summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimonpj@microsoft.com <unknown>2006-09-12 08:11:04 +0000
committersimonpj@microsoft.com <unknown>2006-09-12 08:11:04 +0000
commit917c16c4f408b2b463f9834d2f0f937a4862c046 (patch)
treef2ad6d4affa15ca161982e13d08a56a4d9a74d1f
parent395f018ba53d1bc09a03aa5083032dc96c911c6c (diff)
downloadhaskell-917c16c4f408b2b463f9834d2f0f937a4862c046.tar.gz
Add postfix ops to the release notes
-rw-r--r--docs/users_guide/6.6-notes.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/users_guide/6.6-notes.xml b/docs/users_guide/6.6-notes.xml
index 112b2c76e0..0e7b12b949 100644
--- a/docs/users_guide/6.6-notes.xml
+++ b/docs/users_guide/6.6-notes.xml
@@ -327,8 +327,14 @@
</listitem>
<listitem>
<para>
+ GHC now supports postfix operators, as a simple generalisation of
+ left sections (<xref linkend="postfix-operators"/>).
+ </para>
+ </listitem>
+ <listitem>
+ <para>
Parallel arrays, as enabled by <literal>-fparr</literal>, no
- longer work.
+ longer work. They'll be coming back shortly, in full glory.
</para>
</listitem>
</itemizedlist>