diff --git a/.changes/http-request-headers.md b/.changes/http-request-headers.md new file mode 100644 index 000000000..8f87598d1 --- /dev/null +++ b/.changes/http-request-headers.md @@ -0,0 +1,5 @@ +--- +"tauri-api": patch +--- + +Fixes the httpRequest headers usage. It now accepts Strings instead of serde_json::Value. diff --git a/.changes/windows-fix.md b/.changes/windows-fix.md new file mode 100644 index 000000000..7c82ce9e4 --- /dev/null +++ b/.changes/windows-fix.md @@ -0,0 +1,5 @@ +--- +"tauri": patch +--- + +Fixes the Windows build with the latest Windows SDK.