summaryrefslogtreecommitdiff
path: root/libraries/base
diff options
context:
space:
mode:
authorAustin Seipp <austin@well-typed.com>2015-10-16 14:27:52 -0500
committerAustin Seipp <austin@well-typed.com>2015-10-16 14:27:52 -0500
commite7c076d014075ae31b569b77c1fa2d47d992c662 (patch)
tree958de66110d019ef3e4d0376a5e24189c865defe /libraries/base
parent6a8ca65032c6b3ed61b5378765e70120083cf5da (diff)
downloadhaskell-e7c076d014075ae31b569b77c1fa2d47d992c662.tar.gz
base: changelog entries for Arrow/ArrowChoice
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'libraries/base')
-rw-r--r--libraries/base/changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index 24a6e7fd5c..34493ac47e 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -72,6 +72,9 @@
* Add `forkOSWithUnmask` to `Control.Concurrent`, which is like
`forkIOWithUnmask`, but the child is run in a bound thread.
+ * The `MINIMAL` definition of `Arrow` is now `arr AND (first OR (***))`.
+
+ * The `MINIMAL` definition of `ArrowChoice` is now `left OR (+++)`.
## 4.8.1.0 *Jul 2015*