Skip to content

Commit 57721c2

Browse files
authored
aesni: update CHANGELOG.md (#169)
Information about #165 was accidentally omitted
1 parent cb77062 commit 57721c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

aes/aesni/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## 0.10.0 (2020-10-16)
9+
### Added
10+
- `target_feature` annotations to allow intrinsic inlining ([#165])
11+
912
### Changed
1013
- Replace `block-cipher`/`stream-cipher` with `cipher` crate ([#167])
1114

1215
[#167]: https://github.com/RustCrypto/block-ciphers/pull/167
16+
[#165]: https://github.com/RustCrypto/block-ciphers/pull/165
1317

1418
## 0.9.0 (2020-08-25)
1519
### Changed

0 commit comments

Comments
 (0)