diff --git a/docs/source/simplesamlphp-changelog.xml b/docs/source/simplesamlphp-changelog.xml
index a1e4be7db3e5382092123bf014e2c98fbbded4a2..6861baae7d83a76579934940a5b0e7fffbbd3294 100644
--- a/docs/source/simplesamlphp-changelog.xml
+++ b/docs/source/simplesamlphp-changelog.xml
@@ -10,6 +10,129 @@
     <para>Here is changes between simpleSAMLphp versions. Look here if you are
     upgrading, to see if there are any changes to the config format.</para>
 
+    <section>
+      <title>Version 1.2</title>
+
+      <para>Released 2008-08-??. Revision ???.</para>
+
+      <para>There are some changes in the configuration files from version 1.1
+      to 1.2. <literal>/simplesaml/admin/config.php</literal> should be used to
+      check what options have changed.</para>
+
+      <para>There are also some changes to the templates. If you have any
+      custom templates, they should be updated to match the ones included. Of
+      notable changes is that the <literal>t(...)</literal>-function has been
+      simplified, and takes far fewer parameters. It is backwardscompatible,
+      but will write a warning to the log until updated. The backwards
+      compatibility will be removed in a future version.</para>
+
+      <section>
+        <title>New features</title>
+
+        <itemizedlist>
+          <listitem>
+            <para>Experimental support for modules. Currently modules can
+            contain custom authentication sources, authentication processing
+            filters and themes.</para>
+          </listitem>
+
+          <listitem>
+            <para>Limited support for validating against a CA root certificate.
+            The current implementation only supports cases where the
+            certificate is directly signed by the CA.</para>
+          </listitem>
+
+          <listitem>
+            <para>Allow an IdP to have multiple valid certificate fingerprints,
+            to allow for easier updating of certificates.</para>
+          </listitem>
+
+          <listitem>
+            <para>Shibboleth 1.3 authentication for Auth MemCookie.</para>
+          </listitem>
+
+          <listitem>
+            <para>Support for link to privacy policy on consent-pages.</para>
+          </listitem>
+
+          <listitem>
+            <para>Customizable initial focus on consent-page.</para>
+          </listitem>
+
+          <listitem>
+            <para>Almost all pages should be translateable.</para>
+          </listitem>
+
+          <listitem>
+            <para>Allow SAML 2.0 SP to handle error replies from IdP.</para>
+          </listitem>
+
+          <listitem>
+            <para>PostgreSQL support for consent storage.</para>
+          </listitem>
+
+          <listitem>
+            <para>Add support for encrypted private keys.</para>
+          </listitem>
+
+          <listitem>
+            <para>Proof-of-concept MetaShare service, for easy publishing
+            and sharing of metadata.</para>
+          </listitem>
+        </itemizedlist>
+      </section>
+
+      <section>
+        <title>Bug fixes</title>
+
+        <itemizedlist>
+          <listitem>
+            <para>Fixed generated SAML 2.0 metadata to be correct.</para>
+          </listitem>
+
+          <listitem>
+            <para>Fixed logout for Auth MemCookie.</para>
+          </listitem>
+
+          <listitem>
+            <para>Sign SAML 2.0 authentication response on failure (such as
+            NoPassive).</para>
+          </listitem>
+
+          <listitem>
+            <para>Fixes for IsPassive in the SAML 2.0 IdP.</para>
+          </listitem>
+
+          <listitem>
+            <para>Fix default syslog configuration on Windows.</para>
+          </listitem>
+
+          <listitem>
+            <para>Fix order of signing and encryption of SAML 2.0
+            responses</para>
+          </listitem>
+
+          <listitem>
+            <para>Fix generated metadata for Shib 1.3</para>
+          </listitem>
+
+          <listitem>
+            <para>Fix order of elements in encrypted assertions to be schema
+            compliant.</para>
+          </listitem>
+
+          <listitem>
+            <para>Fix session index sent to SAML 2.0 SPs.</para>
+          </listitem>
+
+          <listitem>
+            <para>Remember SAML 2.0 NameID sent to SPs, and include it in
+            logout requests.</para>
+          </listitem>
+        </itemizedlist>
+      </section>
+    </section>
+
     <section>
       <title>Version 1.1</title>