From f49c76e9e16bf95f93a356b0e648f40062f32380 Mon Sep 17 00:00:00 2001
From: Paolo Capriotti <p.capriotti@gmail.com>
Date: Mon, 16 Apr 2012 10:14:03 +0100
Subject: [PATCH] Update 7.4.2 release notes.

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

diff --git a/docs/users_guide/7.4.2-notes.xml b/docs/users_guide/7.4.2-notes.xml
index 02cb74442a25..41d4c13e62ff 100644
--- a/docs/users_guide/7.4.2-notes.xml
+++ b/docs/users_guide/7.4.2-notes.xml
@@ -130,6 +130,49 @@
           has been fixed.
         </para>
       </listitem>
+
+      <listitem>
+        <para>
+          Generating an occurence without a binding site within a Template
+          Haskell splice now results in a sensible error message, instead of a
+          compiler panic (<ulink
+            url="http://hackage.haskell.org/trac/ghc/ticket/5959">#5999</ulink>,
+          <ulink
+            url="http://hackage.haskell.org/trac/ghc/ticket/5971">#5971</ulink>).
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          A bug where an exception generated in a TH splice would escape to the
+          top level (<ulink
+            url="http://hackage.haskell.org/trac/ghc/ticket/5976">#5976</ulink>)
+          has been fixed.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          When using <literal>-fwarn-unsafe</literal>, GHC now reports unsafe
+          language extensions.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          The non-threaded RTS now avoids wakeups when the system is idle
+          (<ulink
+            url="http://hackage.haskell.org/trac/ghc/ticket/5991">#5991</ulink>).
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          A bug causing a crash with a very small initial stack size (<ulink
+            url="http://hackage.haskell.org/trac/ghc/ticket/5993">#5993</ulink>)
+          has been fixed.
+        </para>
+      </listitem>
     </itemizedlist>
   </sect2>
 
@@ -240,6 +283,14 @@
             url="http://hackage.haskell.org/trac/ghc/ticket/5800">#5800</ulink>).
         </para>
       </listitem>
+
+      <listitem>
+        <para>
+          An <literal>haddock</literal> bug (<ulink
+            url="http://hackage.haskell.org/trac/ghc/ticket/5989">#5989</ulink>)
+          where modules were being incorrectly inferred safe has been fixed.
+        </para>
+      </listitem>
     </itemizedlist>
   </sect2>
 </sect1>
-- 
GitLab