From 808b9ec965960b47424efaed9f3a9c1567cd1666 Mon Sep 17 00:00:00 2001
From: Thijs Kinkhorst <thijs@kinkhorst.com>
Date: Tue, 29 May 2018 17:38:37 +0000
Subject: [PATCH] Upgrade notes

---
 docs/simplesamlphp-upgrade-notes-1.16.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/simplesamlphp-upgrade-notes-1.16.md b/docs/simplesamlphp-upgrade-notes-1.16.md
index a95505379..6a809cc5d 100644
--- a/docs/simplesamlphp-upgrade-notes-1.16.md
+++ b/docs/simplesamlphp-upgrade-notes-1.16.md
@@ -6,6 +6,10 @@ obsolete since 2014). For entities that need it, you can switch back to
 SHA-1 by setting the `signature.algorithm` option in the remote entity
 metadata.
 
+In the Consent module, the `noconsentattributes` has been renamed to
+`attributes.exclude`. The old name continues to work but is considered
+deprecated.
+
 The class `SimpleSAML_Error_BadUserInnput` has been renamed to
 `SimpleSAML_Error_BadUserInput`.
 
-- 
GitLab