From 77a657e0b3660b00ee42dbf1269ebfc73f08925c Mon Sep 17 00:00:00 2001
From: Thijs Kinkhorst <thijs@kinkhorst.com>
Date: Tue, 29 May 2018 12:42:56 +0000
Subject: [PATCH] Changelog

---
 docs/simplesamlphp-changelog.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/docs/simplesamlphp-changelog.md b/docs/simplesamlphp-changelog.md
index fe1d27610..1389a5e65 100644
--- a/docs/simplesamlphp-changelog.md
+++ b/docs/simplesamlphp-changelog.md
@@ -52,13 +52,17 @@ Released TBD
   * Sort attribute values for consent.
   * Fix table layout for MySQL > 5.6.
 
+### consentAdmin
+  * Work better with TargetedIDs when operating as a proxy.
+
 ### core
   * StatisticsWithAttribute: add `passive-` prefix when logging passive
     requests, set new option `skipPassive` to skip logging these altogether.
-  * Replace deprecated create_function with an anonymous function.
+  * Replace deprecated `create_function` with an anonymous function.
   * New authproc filter Cardinality to enforce attribute cardinality.
   * SQLPermanentStorage: proper expiration of stored values.
   * AttributeLimit: new options `regex` and `ignoreCase`.
+  * AttributeMap: prevent possible infinite loop with some PHP versions.
 
 ### ldap
   * AttributeAddUsersGroups: if attribute.groupname is set, use the
-- 
GitLab