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.