From a7cfdf664c4550b242a90646ad06b9acdc11e4cc Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Tue, 3 Jan 2023 11:14:51 -0800 Subject: [PATCH] Add note to release notes about rejecting multiple registries. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e438406a60..fc0ebf4c74b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,8 @@ [#11285](https://github.com/rust-lang/cargo/pull/11285) - ❗ Cargo now emits an error when running `cargo update --precise` without a `-p` flag. [#11349](https://github.com/rust-lang/cargo/pull/11349) +- ❗ Cargo now emits an error if there are multiple registries in the configuration with the same index URL. + [#10592](https://github.com/rust-lang/cargo/pull/10592) - Cargo now is aware of compression ratio when extracing crate files. This relaxes the hard size limit introduced in 1.64.0 to mitigate zip bomb attack. [#11337](https://github.com/rust-lang/cargo/pull/11337)