diff --git a/docs/simplesamlphp-changelog.txt b/docs/simplesamlphp-changelog.txt
index a8abeafdd1f11e7881f27199690327d3ee0ce155..1ee2fe9eb961cb18e118718193704e6112103f82 100644
--- a/docs/simplesamlphp-changelog.txt
+++ b/docs/simplesamlphp-changelog.txt
@@ -6,6 +6,44 @@ simpleSAMLphp changelog
 This document lists the changes between versions of simpleSAMLphp.
 See the upgrade notes for specific information about upgrading.
 
+## Version 1.7
+
+  * `aselect` authentication module.
+  * The `saml2` module has been removed.
+      * The `saml2:SP` authsource has been removed.
+      * The `sspmod_saml2_Error` class has been renamed to `sspmod_saml_Error`.
+      * The `sspmod_saml2_Message` class has been renamed to `sspmod_saml_Message`.
+  * Unified cookie configuration settings.
+  * Added protection against session fixation attacks.
+  * Moved IdP function from `sspmod_saml_Message` to `sspmod_saml_IdP_SAML2`.
+  * Removed several functions and classes that are unused:
+      * `SimpleSAML_Utilities::strleft`
+      * `SimpleSAML_Utilities::array_values_equal`
+      * `SimpleSAML_Utilities::getRequestURI`
+      * `SimpleSAML_Utilities::getScriptName`
+      * `SimpleSAML_Utilities::getSelfProtocol`
+      * `SimpleSAML_Metadata_MetaDataStorageHandlerSAML2Meta`
+  * Moved function from Utilities-class to more appropriate locations.
+      * `getAuthority` to `SimpleSAML_IdP`
+      * `generateUserId` to `sspmod_saml_IdP_SAML2`.
+  * Removed metadata send functionality from old SP code.
+  * Removed bin/test.php and www/admin/test.php.
+  * Removed metashare.
+
+### SAML 2 IdP
+
+  * Support for generation of NameID values via [processing filters](./saml:nameid)
+  * Obey the NameIDPolicy Format in authentication request.
+
+### SAML 1 IdP
+
+  * Add `urn:mace:shibboleth:1.0` as supported protocol in generated metadata.
+
+### `core`
+
+  * `core:AttributeLimit`: Make it possible to specify a default set of attributes.
+
+
 ## Version 1.6.1
 
 Released 2010-06-25.