summaryrefslogtreecommitdiffstats
path: root/vendor/sha1/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/sha1/CHANGELOG.md')
-rw-r--r--vendor/sha1/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/sha1/CHANGELOG.md b/vendor/sha1/CHANGELOG.md
index 78ffc6006..429e67727 100644
--- a/vendor/sha1/CHANGELOG.md
+++ b/vendor/sha1/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.6 (2023-09-21)
+### Added
+- `asm!`-based backend for LoongArch64 targets gated behind `loongarch64_asm` feature [#504]
+
+[#504]: https://github.com/RustCrypto/hashes/pull/504
+
## 0.10.5 (2022-09-16)
### Added
- Feature-gated OID support ([#405])