summaryrefslogtreecommitdiffstats
path: root/vendor/digest/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/digest/CHANGELOG.md')
-rw-r--r--vendor/digest/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/digest/CHANGELOG.md b/vendor/digest/CHANGELOG.md
index e03398bfc..1c8b9d18c 100644
--- a/vendor/digest/CHANGELOG.md
+++ b/vendor/digest/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-05-19)
+### Changed
+- Loosen `subtle` version requirement ([#1260])
+
+[#1260]: https://github.com/RustCrypto/traits/pull/1260
+
## 0.10.6 (2022-11-17)
### Added
- `Mac::verify_reset` and `Mac::verify_slice_reset` methods ([#1154])