diff --git a/docs/users_guide/7.4.2-notes.xml b/docs/users_guide/7.4.2-notes.xml
index 02cb74442a25b1b3f1320e14b8247b1c459aab07..41d4c13e62ffda2f60c801cb97d827d1be88591f 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>