summaryrefslogtreecommitdiffstats
path: root/vendor/sha2/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/sha2/CHANGELOG.md')
-rw-r--r--vendor/sha2/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/sha2/CHANGELOG.md b/vendor/sha2/CHANGELOG.md
index a552266e5..a5182bcad 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.8 (2023-09-26)
+### Added
+- `asm!`-based backend for LoongArch64 targets gated behind `loongarch64_asm` feature [#507]
+
+[#507]: https://github.com/RustCrypto/hashes/pull/507
+
## 0.10.7 (2023-06-15)
### Added
- AArch64 Neon-based backend ([#490])