diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/7.10.1-notes.xml | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/docs/users_guide/7.10.1-notes.xml b/docs/users_guide/7.10.1-notes.xml index 3ca5112a9f..fa7ad1a756 100644 --- a/docs/users_guide/7.10.1-notes.xml +++ b/docs/users_guide/7.10.1-notes.xml @@ -66,12 +66,6 @@ <itemizedlist> <listitem> <para> - GHC has had its internal Unicode database for - parsing updated to the Unicode 7.0 standard. - </para> - </listitem> - <listitem> - <para> GHC now checks that all the language extensions required for the inferred type signatures are explicitly enabled. This means that if any of the type signatures inferred in your @@ -212,6 +206,22 @@ echo "[]" > package.conf Version number XXXXX (was 4.7.0.0) </para> </listitem> + <listitem> + <para> + GHC has had its internal Unicode database for + parsing updated to the Unicode 7.0 standard. + </para> + </listitem> + <listitem> + <para> + Attempting to access a portion of the result of + <literal>System.IO.hGetContents</literal> that was not yet + read when the handle was closed now throws an exception. + Previously, a lazy read from a closed handle would simply + end the result string, leading to silent or delayed + failures. + </para> + </listitem> </itemizedlist> </sect3> |