We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 099fa61 commit 7024945Copy full SHA for 7024945
1 file changed
block-padding/CHANGELOG.md
@@ -8,9 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
### Changed
9
- Migrated from `generic-array` to `hybrid-array` ([#944])
10
- Edition changed to 2024 and MSRV bumped to 1.85 ([#1149])
11
+- Merged `RawPadding` and `Padding` traits ([#1217])
12
+
13
+### Removed
14
+- `Block` type alias ([#1217])
15
16
[#944]: https://github.com/RustCrypto/utils/pull/944
17
[#1149]: https://github.com/RustCrypto/utils/pull/1149
18
+[#1217]: https://github.com/RustCrypto/utils/pull/1217
19
20
## 0.3.3 (2023-04-02)
21
### Added
0 commit comments