diff options
author | Austin Seipp <austin@well-typed.com> | 2014-10-21 15:31:57 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-10-21 15:31:57 -0500 |
commit | c8199582ffe98fbfaef8e4aa036c748f8ec6b7ca (patch) | |
tree | 3c12000b086f972c0f6ee0ea1d03ca9087e81666 | |
parent | 9c464f89b90a6b3fb353341e48b3eecb2381d00e (diff) | |
download | haskell-c8199582ffe98fbfaef8e4aa036c748f8ec6b7ca.tar.gz |
Add release note about Unicode 7.0
Signed-off-by: Austin Seipp <austin@well-typed.com>
-rw-r--r-- | docs/users_guide/7.10.1-notes.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/users_guide/7.10.1-notes.xml b/docs/users_guide/7.10.1-notes.xml index a02c4b06ce..7b4000202c 100644 --- a/docs/users_guide/7.10.1-notes.xml +++ b/docs/users_guide/7.10.1-notes.xml @@ -66,6 +66,12 @@ <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 |