diff --git a/docs/simplesamlphp-upgrade-notes-1.16.md b/docs/simplesamlphp-upgrade-notes-1.16.md
index a9550537978e9549916d3b1300537ed1d203d768..6a809cc5da66f71584a9600ea13d78005c1ec080 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`.