Skip to content

Commit 673d4d5

Browse files
committed
chacha20: add #541 to CHANGELOG.md for v0.10.0 release
1 parent 23f4f70 commit 673d4d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

chacha20/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
- 64-bit counter support ([#439])
1212
- `{get,set}_block_pos` inherent methods ([#516])
1313
- AVX-512 backend - requires `--cfg chacha20_avx512` to enable ([#477])
14+
- Inherent methods for RNG state (de)serialization ([#541])
1415

1516
### Changed
1617
- Bump `cipher` from `0.4` to `0.5` - replaces `generic-array` with `hybrid-array` ([#338], [#521])
@@ -40,6 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4041
[#520]: https://github.com/RustCrypto/stream-ciphers/pull/520
4142
[#521]: https://github.com/RustCrypto/stream-ciphers/pull/521
4243
[#530]: https://github.com/RustCrypto/stream-ciphers/pull/530
44+
[#541]: https://github.com/RustCrypto/stream-ciphers/pull/541
4345

4446
## 0.9.1 (2023-04-01)
4547
### Added

0 commit comments

Comments
 (0)