From 4e239ac76e450f2fe510ab2855c8f97d5b403c70 Mon Sep 17 00:00:00 2001
From: Thijs Kinkhorst <thijs@kinkhorst.com>
Date: Wed, 21 Nov 2018 23:02:46 +0000
Subject: [PATCH] Update changelog

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

diff --git a/docs/simplesamlphp-changelog.md b/docs/simplesamlphp-changelog.md
index 4d75fa020..000dd4039 100644
--- a/docs/simplesamlphp-changelog.md
+++ b/docs/simplesamlphp-changelog.md
@@ -21,6 +21,7 @@ Released TBD
   * Update configuration templates and documentation to PHP
     short array syntax.
   * All clases moved to namespaces and reformatted code to PSR-2.
+  * Use bcrypt for new password hashes, old ones will remain working.
   * Many code cleanups.
 
 ### consent
@@ -30,6 +31,11 @@ Released TBD
   * Allow `core:PHP` to manipulate all of the state.
   * IdP initiated login: add compatibility with Shibboleth parameters.
 
+### preprodwarning
+  * This module is now deprecated. Use the `production` configuration
+    option instead; set it to `false` to show a pre-production warning
+    before authentication.
+
 ### saml
   * Add initial support for SAML Subject Id Attributes.
   * Allow to specify multiple supported NameIdFormats in IdP hosted and
-- 
GitLab