Skip to content

Commit 21054d7

Browse files
committed
Update changelog
1 parent e0f25ad commit 21054d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

block-buffer/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
- `ReadBuffer` type ([#823])
1010
- Optional implementation of the `Zeroize` trait ([#963])
1111
- Generic `serialize` and `deserialize` methods ([#1200])
12+
- `ReadBuffer::{read_cached, write_block}` methods ([#1201])
1213

1314
### Changed
1415
- Block sizes must be bigger than 0 and smaller than 256.
@@ -19,12 +20,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1920

2021
### Removed
2122
- `EagerBuffer::set_data` method. Use the `ReadBuffer` type instead. ([#823])
23+
- `ReadBuffer::read` method ([#1201])
2224

2325
[#963]: https://github.com/RustCrypto/utils/pull/963
2426
[#1115]: https://github.com/RustCrypto/utils/pull/1115
2527
[#1115]: https://github.com/RustCrypto/utils/pull/1116
2628
[#1149]: https://github.com/RustCrypto/utils/pull/1149
2729
[#1200]: https://github.com/RustCrypto/utils/pull/1200
30+
[#1201]: https://github.com/RustCrypto/utils/pull/1201
2831

2932
## 0.10.3 (2022-09-04)
3033
### Added

0 commit comments

Comments
 (0)