summaryrefslogtreecommitdiffstats
path: root/vendor/pem-rfc7468/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/pem-rfc7468/CHANGELOG.md')
-rw-r--r--vendor/pem-rfc7468/CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/pem-rfc7468/CHANGELOG.md b/vendor/pem-rfc7468/CHANGELOG.md
index 77bfa7e24..e25bb2663 100644
--- a/vendor/pem-rfc7468/CHANGELOG.md
+++ b/vendor/pem-rfc7468/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).
+## 0.7.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
+
## 0.6.0 (2022-04-26)
### Added
- `encapsulated_len_wrapped` ([#619])