From 8568a64804cc125d5c3ee7487967460012f0e3a6 Mon Sep 17 00:00:00 2001 From: Jason Tsai Date: Tue, 4 Jun 2024 17:36:15 +0800 Subject: [PATCH] chore: modify changelog --- .changes/fix-macos-async-command-panic.md | 5 +++++ .changes/fix-macos-mitigate-async-command-panic.md | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 .changes/fix-macos-async-command-panic.md delete mode 100644 .changes/fix-macos-mitigate-async-command-panic.md diff --git a/.changes/fix-macos-async-command-panic.md b/.changes/fix-macos-async-command-panic.md new file mode 100644 index 000000000..ea79b27c4 --- /dev/null +++ b/.changes/fix-macos-async-command-panic.md @@ -0,0 +1,5 @@ +--- +"wry": patch +--- + +On macOS, fix an issue that could cause a panic when running an async command. diff --git a/.changes/fix-macos-mitigate-async-command-panic.md b/.changes/fix-macos-mitigate-async-command-panic.md deleted file mode 100644 index 6df79ea74..000000000 --- a/.changes/fix-macos-mitigate-async-command-panic.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": patch ---- - -On macOS, mitigate an issue that could cause a panic when running an async command.