diff options
Diffstat (limited to 'vendor/sha2/CHANGELOG.md')
-rw-r--r-- | vendor/sha2/CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/sha2/CHANGELOG.md b/vendor/sha2/CHANGELOG.md index 127804644..a552266e5 100644 --- a/vendor/sha2/CHANGELOG.md +++ b/vendor/sha2/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.10.7 (2023-06-15) +### Added +- AArch64 Neon-based backend ([#490]) + +[#490]: https://github.com/RustCrypto/hashes/pull/490 + ## 0.10.6 (2022-09-16) ### Added - Feature-gated OID support ([#405]) |