From 1506b172441943454e7d6e02c557535c03ea3cf4 Mon Sep 17 00:00:00 2001 From: Corey Bonnell Date: Fri, 10 Jan 2025 14:57:37 -0500 Subject: [PATCH] Switch to issue number for new feature --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7176a7e..3cdc89e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project from version 0.9.3 onwards are documented in ### New features/enhancements -- Add support for ML-DSA, SLH-DSA, and ML-KEM algorithms (#145) +- Add support for ML-DSA, SLH-DSA, and ML-KEM algorithms (#132) ### Fixes