Skip to content

Commit

Permalink
zeroize: note v1.8.0 was yanked in CHANGELOG.md (#1071)
Browse files Browse the repository at this point in the history
It was yanked over MSRV-related concerns. See #1067.
  • Loading branch information
tarcieri authored May 25, 2024
1 parent a7eddc6 commit f46a147
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion zeroize/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ 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.8.0 (2024-04-24)
## 1.8.0 (2024-04-24) [YANKED]

NOTE: yanked due concerns over the MSRV bump. See [#1067].

### Added
- Unsafe `zeroize_flat_type` function ([#1045])
- `Zeroize` impls for `__m512` types on `x86`/`x86_64` targets ([#1052])
Expand All @@ -20,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#1052]: https://github.com/RustCrypto/utils/pull/1052
[#1055]: https://github.com/RustCrypto/utils/pull/1055
[#1064]: https://github.com/RustCrypto/utils/pull/1064
[#1067]: https://github.com/RustCrypto/utils/pull/1067

## 1.7.0 (2023-11-16)
### Changed
Expand Down

0 comments on commit f46a147

Please sign in to comment.