docs(changelog): note the sidecar ready-failure diagnostics (#2037)

This commit is contained in:
Palash Debnath
2026-09-10 13:46:38 -07:00
parent 6a923f5a10
commit 3a90be329f
+1
View File
@@ -22,6 +22,7 @@ the frozen-backend fallback mirror it for their toolchains.
### Fixed
- Stopping a process on macOS no longer fails with "Operation not permitted" when it was already exiting (#2032)
- An engine that fails to start now says whether it timed out, crashed (with its exit code and last output) or answered wrongly, instead of "did not signal ready: None" (#2037, #2026)
### CI