diff --git a/docs/simplesamlphp-changelog.md b/docs/simplesamlphp-changelog.md
index fb9e02d2521735c65d0f5c10e1395811764bbb65..9939c9a715ce3437250ca869f5f1e0bc28a6b5e6 100644
--- a/docs/simplesamlphp-changelog.md
+++ b/docs/simplesamlphp-changelog.md
@@ -11,6 +11,8 @@ See the upgrade notes for specific information about upgrading.
 Released TBD
 
   * Replace custom Email class with the phpmailer library.
+  * Allow to log to STDERR in the logging.handler option.
+  * Allow use of stream wrappers (e.g. s3://) in paths.
 
 ### metarefresh
   * The algorithm to compute the fingerprint of the certificate that signed
@@ -20,6 +22,8 @@ Released TBD
 ### saml
   * Make the id of the generated signed metadata only change when metadata
     content changes.
+  * New SP options `AssertionConsumerService` and `SingleLogoutServiceLocation`
+    that allow to override the default URL paths.
 
 ### Interoperability
   * The minimum PHP version required is now 5.6.