diff --git a/CHANGELOG.md b/CHANGELOG.md index 311dcfe44..2ac37aaf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -75,6 +75,8 @@ - Scanning the package directory now ignores errors from broken but excluded symlink files. [#11008](https://github.com/rust-lang/cargo/pull/11008) +- Fixed deadlock when build scripts are waiting for input on stdin. + [#11257](https://github.com/rust-lang/cargo/pull/11257) ### Nightly