From 6494a64a7da656762e88ecb0137e4192e26c0137 Mon Sep 17 00:00:00 2001
From: Paolo Capriotti <p.capriotti@gmail.com>
Date: Wed, 16 May 2012 12:27:36 +0100
Subject: [PATCH] Update 7.4.2 release notes.

---
 docs/users_guide/7.4.2-notes.xml | 30 ++++++++++++++++++++++++++----
 1 file changed, 26 insertions(+), 4 deletions(-)

diff --git a/docs/users_guide/7.4.2-notes.xml b/docs/users_guide/7.4.2-notes.xml
index 41d4c13e62ff..cc6daf7eeb10 100644
--- a/docs/users_guide/7.4.2-notes.xml
+++ b/docs/users_guide/7.4.2-notes.xml
@@ -173,6 +173,26 @@
           has been fixed.
         </para>
       </listitem>
+
+      <listitem>
+        <para>
+          A performance bug causing functions to lose the tail-recursive
+          property after optimization (<ulink
+            url="http://hackage.haskell.org/trac/ghc/ticket/5920">#5920</ulink>,
+          <ulink
+            url="http://hackage.haskell.org/trac/ghc/ticket/5997">#5997</ulink>)
+          has been fixed.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <literal>hs_init</literal> can now be called with
+          <literal>NULL</literal> pointers as arguments (<ulink
+            url="http://hackage.haskell.org/trac/ghc/ticket/6006">#6006</ulink>).
+        </para>
+      </listitem>
+
     </itemizedlist>
   </sect2>
 
@@ -216,10 +236,12 @@
 
       <listitem>
         <para>
-          Fixed bug (<ulink
-            url="http://hackage.haskell.org/trac/ghc/ticket/5979">#5979</ulink>)
-          where a failed import in GHCi with -XPackageImport would cause
-          successive imports to fail.
+          A GHCi bug (<ulink
+            url="http://hackage.haskell.org/trac/ghc/ticket/5979">#5979</ulink>,
+          <ulink
+            url="http://hackage.haskell.org/trac/ghc/ticket/6007">#6007</ulink>)
+          where a failed import would cause successive imports to fail has been
+          fixed.
         </para>
       </listitem>
     </itemizedlist>
-- 
GitLab