From f4f6f1834a63a0f61b0fee659ba1ee58ca6e4da0 Mon Sep 17 00:00:00 2001 From: Austin Seipp <austin@well-typed.com> Date: Fri, 12 Jun 2015 14:30:46 -0500 Subject: [PATCH] docs: More 7.10.2 release notes Signed-off-by: Austin Seipp <austin@well-typed.com> --- docs/users_guide/7.10.2-notes.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/users_guide/7.10.2-notes.xml b/docs/users_guide/7.10.2-notes.xml index 65d9f890bcee..661d3eb22b65 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> -- GitLab