summaryrefslogtreecommitdiff
path: root/libraries/base/changelog.md
diff options
context:
space:
mode:
authorJoshua Price <2855417+ElderEphemera@users.noreply.github.com>2020-06-28 00:52:48 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-06-30 07:10:49 -0400
commit85310fb83fdb7d7294bd453026102fc42000bf14 (patch)
tree990c7e65f70b43e5b6632e07b7038b0d87e73a85 /libraries/base/changelog.md
parent81704a6f3b155b0bfbc20f53cd821be3cb9006a7 (diff)
downloadhaskell-85310fb83fdb7d7294bd453026102fc42000bf14.tar.gz
Add missing Ix instances for tuples of size 6 through 15 (#16643)
Diffstat (limited to 'libraries/base/changelog.md')
-rw-r--r--libraries/base/changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index a0c3234137..5e91f6c79d 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -27,6 +27,8 @@
small lists will now compile to a simple case statement more often.
* Add `MonadFix` and `MonadZip` instances for `Complex`
+
+ * Add `Ix` instances for tuples of size 6 through 15
## 4.14.0.0 *TBA*
* Bundled with GHC 8.10.1