Skip to content

Commit d52b5b6

Browse files
authored
aes: remove weak key test entry from changelog (#543)
The relevant code was removed in #526.
1 parent 6531730 commit d52b5b6

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

aes/CHANGELOG.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## 0.9.0 (UNRELEASED)
9-
### Added
10-
- Weak key detection in the `KeyInit::weak_key_test` method ([#465], [#469])
11-
129
### Changed
1310
- Bump `cipher` dependency to v0.5
1411
- Edition changed to 2024 and MSRV bumped to 1.85 ([#472])
@@ -25,9 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2522
[#386]: https://github.com/RustCrypto/block-ciphers/pull/386
2623
[#395]: https://github.com/RustCrypto/block-ciphers/pull/395
2724
[#442]: https://github.com/RustCrypto/block-ciphers/pull/442
28-
[#465]: https://github.com/RustCrypto/block-ciphers/pull/465
2925
[#468]: https://github.com/RustCrypto/block-ciphers/pull/468
30-
[#469]: https://github.com/RustCrypto/block-ciphers/pull/469
3126
[#472]: https://github.com/RustCrypto/block-ciphers/pull/472
3227
[#477]: https://github.com/RustCrypto/block-ciphers/pull/477
3328

0 commit comments

Comments
 (0)