summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Seipp <austin@well-typed.com>2013-10-09 03:04:00 -0500
committerAustin Seipp <austin@well-typed.com>2013-10-09 07:35:49 -0500
commit6751a0075be761a09bc6aae04647a67da1a9bfd5 (patch)
treedeb41eb27d922ce09805be80290b28e0f2ae5e79
parent7fad107f61313f11cb0b40e0310ede4c119467fd (diff)
downloadhaskell-6751a0075be761a09bc6aae04647a67da1a9bfd5.tar.gz
Release note fix.
Thanks to Gergely Risko for pointing this out. Signed-off-by: Austin Seipp <austin@well-typed.com>
-rw-r--r--docs/users_guide/7.8.1-notes.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/users_guide/7.8.1-notes.xml b/docs/users_guide/7.8.1-notes.xml
index 350e1d8c49..6c85335c25 100644
--- a/docs/users_guide/7.8.1-notes.xml
+++ b/docs/users_guide/7.8.1-notes.xml
@@ -420,8 +420,9 @@
</listitem>
<listitem>
<para>
- GHC now persists annotations to interface files,
- meaning they can be read by GHC API clients.
+ GHC now detects annotation changes during
+ recompilation, and correctly persists new
+ annotations.
</para>
</listitem>
<listitem>