Skip to content

Commit 99be71b

Browse files
committed
Update changelog
1 parent 3e7a605 commit 99be71b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

digest/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## 0.11.0 (UNRELEASED)
99
### Added
10-
- `CustomizedInit` trait ([#1334]).
10+
- `CustomizedInit` trait ([#1334])
11+
- `buffer_fixed`, `buffer_ct_variable`, `buffer_rt_variable`, and `buffer_xof` macros ([#1799])
1112

1213
### Changed
1314
- `crypto-common` dependency bumped to v0.2 ([#1173])
1415
- Edition changed to 2024 and MSRV bumped to 1.85 ([#1759])
16+
- `CtVariableCoreWrapper` renamed to `CtOutWrapper` ([#1799])
17+
- Removed the OID type parameter from `CtOutWrapper` ([#1799])
1518

1619
### Removed
1720
- `Mac::new`, `Mac::new_from_slice`, and `Mac::generate_key` methods ([#1173])
21+
- `CoreWrapper`, `RtVariableCoreWrapper`, and `XofReaderCoreWrapper` types ([#1799])
1822
- `HashReader` and `HashWriter` are moved to the `digest-io` crate ([#1809])
1923
- `io::Write/Read` implementations in favor of the `digest_io::IoWrapper` type ([#1809])
2024

2125
[#1173]: https://github.com/RustCrypto/traits/pull/1173
2226
[#1334]: https://github.com/RustCrypto/traits/pull/1334
2327
[#1759]: https://github.com/RustCrypto/traits/pull/1759
28+
[#1799]: https://github.com/RustCrypto/traits/pull/1799
2429
[#1809]: https://github.com/RustCrypto/traits/pull/1809
2530

2631
## 0.10.7 (2023-05-19)

0 commit comments

Comments
 (0)