From b7ee37357966a5991c91fa80c952cb75eb4bebd6 Mon Sep 17 00:00:00 2001
From: Evan Su <48808396+HACKERALERT@users.noreply.github.com>
Date: Tue, 3 Sep 2024 00:16:02 -0400
Subject: [PATCH] Update Changelog.md for v1.42 (after audit)
---
Changelog.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/Changelog.md b/Changelog.md
index 7434e0a..9679d0a 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -3,6 +3,14 @@
Migrate golang.org/x/crypto to standard library imports (https://github.com/golang/go/issues/65269)
+# v1.42 (Released 09/03/2024)
+
+ - ✓ Security audit by Radically Open Security has concluded! No major security issues were found🥳
+ - ✓ Panic if crypto/rand.Read fails
+ - ✓ Assume host machine is trusted, make notes in documentation accordingly
+ - ✓ Handle edge cases regarding comments
+
+
# v1.41 (Released 08/30/2024)
- ✓ Move all external packages to under Picocrypt organization