From f917d4431af8707a39e224a688860aba66379678 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaime=20Pe=CC=81rez=20Crespo?= <jaime.perez@uninett.no>
Date: Thu, 12 Jul 2018 12:59:43 +0200
Subject: [PATCH] Update changelog.

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

diff --git a/docs/simplesamlphp-changelog.md b/docs/simplesamlphp-changelog.md
index 51fa2cf9b..699edd392 100644
--- a/docs/simplesamlphp-changelog.md
+++ b/docs/simplesamlphp-changelog.md
@@ -11,16 +11,17 @@ See the upgrade notes for specific information about upgrading.
 Released TBD
 
 ### Changes
-  * Default signature algorithm is now SHA-256.
+  * Default signature algorithm is now RSA-SHA256.
   * Renamed class `SimpleSAML_Error_BadUserInnput` to `SimpleSAML_Error_BadUserInput`
   * PHP 7.2 compatibility, including removing deprecated use of assert with string.
   * Avoid logging database credentials in backtraces.
+  * Fix edge case in getServerPort.
   * Updated Spanish translation.
   * Improvements to documentation, testsuite, code quality and coding style.
 
 ### New features
   * Added support for SAML "Enhanced Client or Proxy" (ECP) protocol,
-    IdP side with HTTP Basic Authentcation as authentication method.
+    IdP side with HTTP Basic Authentication as authentication method.
     See the [ECP IdP documentation](./simplesamlphp-ecp-idp) for details.
   * New option `sendmail_from`, the from address for email sent by SSP.
   * New option `options` for PDO database connections, e.g. for TLS setup.
@@ -33,7 +34,6 @@ Released TBD
   * Support creating an AuthSource via factory, for example useful in tests.
   * Support preloading of a virtual config file via `SimpleSAML_Configuration::setPreLoadedConfig`
     to allow for dynamic population of authsources.php.
-  * Fix edge case in getServerPort.
   * Add basic documentation on Nginx configuration.
   * Test authentication: optionally show AuthData array.
   * Improve performance of PDO Metadata Storage handler entity lookup.
@@ -73,7 +73,7 @@ Released TBD
   * AttributeMap: prevent possible infinite loop with some PHP versions.
 
 ### ldap
-  * AttributeAddUsersGroups: if attribute.groupname is set, use the
+  * AttributeAddUsersGroups: if `attribute.groupname` is set, use the
     configured attribute as the group name rather than the DN.
   * Also base64encode the `ms-ds-consistencyguid` attribute.
 
@@ -89,16 +89,16 @@ Released TBD
 ### saml
   * AttributeConsumingService: allow to set isDefault and index options.
   * Encrypted attributes in an assertion are now decrypted correctly.
-  * Prefer HTTP-Redirect binding for an AuthnRequest if available.
+  * Prefer the HTTP-Redirect binding for AuthnRequests if available.
 
 ### smartattributes
   * Fix to make the `add_authority` option work.
 
 ### sqlauth
-  * Changed from default-enabled to default-disabled.
+  * The module is now disabled by default.
 
 ### statistics
-  * Show decent error message when no data is available.
+  * Show a decent error message when no data is available.
 
 ## Version 1.15.4
 
-- 
GitLab