From 9e02ed41ab5b94b25ae66e0204118bf95ae36f6c Mon Sep 17 00:00:00 2001 From: Thom Wiggers Date: Mon, 11 Nov 2024 14:56:25 +0900 Subject: [PATCH] Add to changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9406914..671bb8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2024-11-11 +* Fix the `serialization` feature under no-std (Issue #66) + ## 2024-10-24 * `pqcrypto-kyber` and `pqcrypto-dilithium` are retired and replaced by `pqcrypto-mlkem` and `pqcrypto-mldsa`, respectively. * `pqcrypto-falcon` now separates Falcon into the "compressed" mode and the "padded" variants. The "compressed" variant likely produces shorter signatures than the max size.