summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 6065ccd10..e0f481f23 100644
--- a/changelog.md
+++ b/changelog.md
@@ -126,3 +126,5 @@ This now needs to be written as:
 - The behavior of ``$`` has been changed for all standard library collections. The
   collection-to-string implementations now perform proper quoting and escaping of
   strings and chars.
+- Removed ``securehash`` stdlib module as it is not secure anymore. The module
+  is still available via ``compiler/securehash``.