From 3440f6beb253745849b9f77cec0b413957959819 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sat, 28 Feb 2026 11:51:17 -0700 Subject: [PATCH] polyval: add v0.7.0 yank note to CHANGELOG.md --- polyval/CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/polyval/CHANGELOG.md b/polyval/CHANGELOG.md index b1cd331..f2d9eea 100644 --- a/polyval/CHANGELOG.md +++ b/polyval/CHANGELOG.md @@ -12,7 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#317]: https://github.com/RustCrypto/universal-hashes/pull/317 [#318]: https://github.com/RustCrypto/universal-hashes/pull/318 -## 0.7.0 (2026-02-27) +## 0.7.0 (2026-02-27) [YANKED] + +NOTE: yanked due to SIGILL bug which was fixed in [#317]. + ### Added - `hazmat` feature that exposes `FieldElement` type ([#279])