summaryrefslogtreecommitdiffstats
path: root/vendor/base64ct/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/base64ct/CHANGELOG.md')
-rw-r--r--vendor/base64ct/CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/base64ct/CHANGELOG.md b/vendor/base64ct/CHANGELOG.md
index e09865fbd..73d4ddd9a 100644
--- a/vendor/base64ct/CHANGELOG.md
+++ b/vendor/base64ct/CHANGELOG.md
@@ -4,6 +4,14 @@ 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).
+## 1.6.0 (2023-02-26)
+### Changed
+- MSRV 1.60 ([#802])
+- Lint improvements ([#824])
+
+[#802]: https://github.com/RustCrypto/formats/pull/802
+[#824]: https://github.com/RustCrypto/formats/pull/824
+
## 1.5.3 (2022-10-18)
### Added
- `Base64ShaCrypt` alphabet ([#742])