From 15b3013db768c74f851d447b5d47fea1f53046a7 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Tue, 17 Feb 2026 13:57:39 -0700 Subject: [PATCH] ml-kem: add CHANGELOG.md entry for v0.2.3 See #265 --- ml-kem/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ml-kem/CHANGELOG.md b/ml-kem/CHANGELOG.md index a392d80..cc01f8f 100644 --- a/ml-kem/CHANGELOG.md +++ b/ml-kem/CHANGELOG.md @@ -12,7 +12,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#118]: https://github.com/RustCrypto/KEMs/pull/118 +## 0.2.3 (2026-02-17) +### Fixed +- Use `doc_cfg` instead of `doc_auto_cfg` ([#265]) + +[#265]: https://github.com/RustCrypto/KEMs/pull/265 + ## 0.2.2 (2026-01-24) +### Changed - Pin `kem` crate dependency to `=0.3.0-pre.0` ([#194]) [#194]: https://github.com/RustCrypto/KEMs/pull/194