From e18278477092d8933ac1acb2b72d94f50028a899 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Thu, 25 Jan 2018 14:46:48 +0100
Subject: [PATCH] CHANGES: Added notes about some recent changes.

---
 CHANGES | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/CHANGES b/CHANGES
index 2853a98419..50de4ebf62 100644
--- a/CHANGES
+++ b/CHANGES
@@ -40,7 +40,10 @@ Bug fixes
 
 o Compiler
 
-  Improved variant robustness.
+  - Improved variant robustness.
+
+  - Fixed type leak for getters/setters implemented with
+    variant functions.
 
 o Calendar
 
@@ -54,6 +57,10 @@ o Crypto.CCM
 
   Fixed initialization of the iv.
 
+o Crypto.Hash
+
+  Censor the password argument from backtraces in crypt_hash().
+
 o Filesystem.Monitor
 
   - Fixed issue with next_poll being set to zero causing polling
-- 
GitLab