From f4a2bf994e0a8e36b79b7a9e107946cbf648323b Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Wed, 24 Jun 2020 22:12:16 -0300 Subject: [PATCH] chore(changes) add changelog files --- .changes/http-request-headers.md | 5 +++++ .changes/windows-fix.md | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 .changes/http-request-headers.md create mode 100644 .changes/windows-fix.md 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.