chore(changes) add changelog files

This commit is contained in:
Lucas Nogueira
2020-06-24 22:12:16 -03:00
parent 934f84cf56
commit f4a2bf994e
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"tauri-api": patch
---
Fixes the httpRequest headers usage. It now accepts Strings instead of serde_json::Value.

5
.changes/windows-fix.md Normal file
View File

@@ -0,0 +1,5 @@
---
"tauri": patch
---
Fixes the Windows build with the latest Windows SDK.