Skip to content

Commit ff98ce2

Browse files
committed
zeroize: note v1.8.0 was yanked in CHANGELOG.md
It was yanked over MSRV-related concerns. See #1067.
1 parent 9bbfb49 commit ff98ce2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

zeroize/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## 1.8.0 (2024-04-24)
7+
## 1.8.0 (2024-04-24) [YANKED]
8+
9+
NOTE: yanked due concerns over the MSRV bump. See [#1067].
10+
811
### Added
912
- Unsafe `zeroize_flat_type` function ([#1045])
1013
- `Zeroize` impls for `__m512` types on `x86`/`x86_64` targets ([#1052])
@@ -20,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2023
[#1052]: https://github.com/RustCrypto/utils/pull/1052
2124
[#1055]: https://github.com/RustCrypto/utils/pull/1055
2225
[#1064]: https://github.com/RustCrypto/utils/pull/1064
26+
[#1067]: https://github.com/RustCrypto/utils/pull/1067
2327

2428
## 1.7.0 (2023-11-16)
2529
### Changed

0 commit comments

Comments
 (0)