From 3e1925ac18b6e976d3ee73c723593c4aefa0363f Mon Sep 17 00:00:00 2001
From: Ian Lynagh <ian@well-typed.com>
Date: Fri, 7 Dec 2012 00:41:07 +0000
Subject: [PATCH] More release notes

---
 docs/users_guide/7.6.2-notes.xml | 58 ++++++++++++++++++++++++++++++++
 1 file changed, 58 insertions(+)

diff --git a/docs/users_guide/7.6.2-notes.xml b/docs/users_guide/7.6.2-notes.xml
index d17bfbdbabd6..54c96e3e32cc 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>
 
-- 
GitLab