Skip to content

Commit b0246ea

Browse files
authored
block-padding: update changelog (#672)
1 parent 26299dd commit b0246ea

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

block-padding/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## 0.3.0 (2020-12-08)
7+
## [UNRELEASED]
8+
### Added
9+
- `Iso10126` padding algorithm ([#643])
10+
811
### Changed
912
- The `Padding` trait methods now work with blocks instead of byte slices. ([#113])
1013

1114
[#113]: https://github.com/RustCrypto/utils/pull/113
15+
[#643]: https://github.com/RustCrypto/utils/pull/643
1216

1317
## 0.2.1 (2020-08-14)
1418
### Added

0 commit comments

Comments
 (0)