소스 검색

chore(changes) add changelog files

Lucas Nogueira 5 년 전
부모
커밋
f4a2bf994e
2개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  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.