Explorar o código

chore(changes) add changelog files

Lucas Nogueira %!s(int64=5) %!d(string=hai) anos
pai
achega
f4a2bf994e
Modificáronse 2 ficheiros con 10 adicións e 0 borrados
  1. 5 0
      .changes/http-request-headers.md
  2. 5 0
      .changes/windows-fix.md

+ 5 - 0
.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.

+ 5 - 0
.changes/windows-fix.md

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