diff --git a/docs/users_guide/7.10.2-notes.xml b/docs/users_guide/7.10.2-notes.xml
index 65d9f890bceed3b70f8f83bcc0e2bb43e22b19bb..661d3eb22b65f840d3c9e8668e3e7e7386487c1d 100644
--- a/docs/users_guide/7.10.2-notes.xml
+++ b/docs/users_guide/7.10.2-notes.xml
@@ -14,6 +14,13 @@
     <title>GHC</title>
 
     <itemizedlist>
+       <listitem>
+          <para>
+            A bug in the typechecker which could result in strange,
+            inconsistent reduction of type families has been fixed
+            (issue #10488).
+          </para>
+       </listitem>
        <listitem>
           <para>
             A bug which caused GHC to generate bad DWARF unwinding
@@ -131,6 +138,18 @@
             (issue #10317).
           </para>
        </listitem>
+       <listitem>
+          <para>
+            A bug which could cause compiled programs to loop forever
+            when glibc's iconv implementation (gconv) wasn't available
+            has been fixed, so these programs will now terminate with
+            an error. As a result of this change, however, GHC
+            compiled programs now also specifically recognize ASCII
+            encodings, and can bypass iconv in these cases. This
+            allows statically compiled programs to exist inside an
+            initramfs, for example. (issues #10298, #7695).
+          </para>
+       </listitem>
     </itemizedlist>
   </sect2>