diff --git a/docs/simplesamlphp-changelog.txt b/docs/simplesamlphp-changelog.txt
index e343160adf167cadb61e95813c46df00fe9f948f..62554114eb435fb56f5c2f4428ad848226e57a49 100644
--- a/docs/simplesamlphp-changelog.txt
+++ b/docs/simplesamlphp-changelog.txt
@@ -8,7 +8,7 @@ See the upgrade notes for specific information about upgrading.
 
 ## Version 1.9
 
-Released 2012-04-XX.
+Released 2012-05-XX.
 
   * Restructure error templates to share a common base template.
   * Warnings about URL length limits from Suhosin PHP extension.
@@ -55,6 +55,13 @@ Released 2012-04-XX.
   * Better error message when a module is missing a default-enable or default-disable file.
   * Support for validating RSA-SHA256 signatures.
 
+### `aselect`
+
+  * New module that replaces the previous module.
+  * Better error handling.
+  * Support for request signing.
+  * Loses support for A-Select Cross.
+
 ### `authcrypt`
 
   * `authcrypt:Hash`: New authentication source for checking username & password against a list of usernames and hashed passwords.
@@ -164,6 +171,8 @@ Released 2012-04-XX.
   * SP: Do not display error on duplicate response when we have a valid session.
   * SP: Fix for logout after IdP initiated authentication.
   * SP: Fix handling of authentication response without a saml:Issuer element.
+  * SP: Support for specifying required attributes in metadata.
+  * SP: Support for limiting the AssertionConsumerService endpoints listed in metadata.
   * `saml:PersistentNameID`: Fail when the user has more than one value in the user ID attribute.
   * `saml:SQLPersistentNameID`: Persistent NameID stored in a SQL database.
   * `saml:AuthnContextClassRef`: New filter to set the AuthnContextClassRef in responses.
diff --git a/docs/simplesamlphp-upgrade-notes-1.9.txt b/docs/simplesamlphp-upgrade-notes-1.9.txt
index 865abdd2923463ec638cc62e0d2b07c701c8194b..3f655b45e9da1e726de4c7b8c6568a338d1a2634 100644
--- a/docs/simplesamlphp-upgrade-notes-1.9.txt
+++ b/docs/simplesamlphp-upgrade-notes-1.9.txt
@@ -7,3 +7,4 @@ Upgrade notes for simpleSAMLphp 1.9
   * Access permissions of generated files are now restricted to the current user.
   * The code to set cookies now requires PHP version >= 5.2. (PHP version 5.2.0 or newer has been the only supported version for a while, but it has in some cases been possible to run simpleSAMLphp with older versions.)
   * It used to be possible to set an array of endpoints for the SingleSignOnService in `saml20-idp-hosted.php`. That is no longer supported.
+  * The `aselect` module has been replaced with a new module. The new module gives us better error handling and support for request signing, but we lose support for A-Select Cross.