diff --git a/docs/users_guide/7.6.2-notes.xml b/docs/users_guide/7.6.2-notes.xml
index d17bfbdbabd6af91ffdc1ddfd20fa75fbc2448af..54c96e3e32cc2f0ae6ca78a33a5149c3397ba27b 100644
--- a/docs/users_guide/7.6.2-notes.xml
+++ b/docs/users_guide/7.6.2-notes.xml
@@ -73,6 +73,13 @@
           </para>
        </listitem>
 
+       <listitem>
+          <para>
+            A bug in the RTS, which could cause programs to hang or
+            segfault just before they terminate, has been fixed.
+          </para>
+       </listitem>
+
        <listitem>
           <para>
             It is now possible to build on Sparc/Solaris with a
@@ -87,6 +94,57 @@
             use a 32bit address space on 64bit Windows.
           </para>
        </listitem>
+
+       <listitem>
+          <para>
+            An interaction between Template Haskell and
+            <literal>-fdefer-type-errors</literal> that could cause
+            segfaults has been fixed.
+          </para>
+       </listitem>
+
+       <listitem>
+          <para>
+            If reloading some modules fails, GHCi will now not unload
+            modules that are unaffected by the failure.
+          </para>
+       </listitem>
+
+       <listitem>
+          <para>
+            A bug that caused crashes when
+            <literal>threadDelay</literal> is used with large arguments
+            has been fixed.
+          </para>
+       </listitem>
+
+       <listitem>
+          <para>
+            A bug which could cause segfaults when the
+            <literal>-xc</literal> RTS flag is used has been fixed.
+          </para>
+       </listitem>
+
+       <listitem>
+          <para>
+            A bug which caused duplicate type signatures to not be
+            reported in some circumstance has been fixed.
+          </para>
+       </listitem>
+
+       <listitem>
+          <para>
+            Using the <literal>-fth</literal> flag now gives a
+            deprecated message.
+          </para>
+       </listitem>
+
+       <listitem>
+          <para>
+            A bug that could cause spurious warnings when making rules
+            involving primops has been fixed.
+          </para>
+       </listitem>
     </itemizedlist>
   </sect2>