From 03218768b418789e7fc51f64078a1a16cc2a39d5 Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Wed, 2 Sep 2020 14:45:37 +0200
Subject: [PATCH] Update changelog from master branch

---
 docs/simplesamlphp-changelog.md | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/docs/simplesamlphp-changelog.md b/docs/simplesamlphp-changelog.md
index e0172c881..de6aef7f2 100644
--- a/docs/simplesamlphp-changelog.md
+++ b/docs/simplesamlphp-changelog.md
@@ -22,12 +22,12 @@ Released TBD
   * Allow additional audiences to be specified (#1345)
   * Allow configurable ProviderName (#1348)
   * Support saml:Extensions in saml:SP authsources (#1349)
-  * The `attributename`-setting in the core:TargetedID authproc-filter has been deprecated in 
+  * The `attributename`-setting in the core:TargetedID authproc-filter has been deprecated in
     favour of the `identifyingAttribute`-setting.
 
 ## Version 1.18.8
 
-Released TBD
+Released 2020-09-02
 
   * Fixed Artifact Resolution due to incorrect use of Issuer objects (#1343).
   * Fixed some of the German translations (#1331). Thanks @htto!
@@ -37,6 +37,9 @@ Released TBD
   * Support for Symfony 3.x is now deprecated
   * Support for Twig 1.x is now deprecated
 
+### authcrypt
+  * The dependency for whitehat101/apr1-md5 was moved from the base repository to the module (v0.9.2)
+
 ### authx509
   * Restore PHP 5.6 compatibility (v0.9.5)
 
@@ -53,6 +56,7 @@ Released TBD
 
 ### negotiate ###
   * Restore PHP 5.6 compatibility (v0.9.8)
+  * Fixed a link (v0.9.9)
 
 ### saml2 library
   * Fixed a bug in the AuthnRequest-class that would raise an InvalidArgumentException when setting
@@ -111,6 +115,7 @@ Released 2020-03-19
   * Fix exampleauth module when using the legacy UI (#1275).
   * Fix authorize module when using custom reject message.
   * Documentation improvements.
+  * Fix connection persistence for deployments that switched to memcached.
 
 ## Version 1.18.4
 
@@ -140,10 +145,10 @@ Released 2019-11-26
 
   * Fixed an issue with the `ldap` module that prevented installing SimpleSAMLphp from the repository (#1241).
 
- ## Version 1.18.1
- 
+## Version 1.18.1
+
 Released 2019-11-26
- 
+
    * Fixed an issue that prevented custom themes from working (#1240).
    * Fixed an issue with translations in the discovery service (#1244).
    * Fixed an issue with schema validation.
-- 
GitLab