summaryrefslogtreecommitdiff
path: root/libraries/base/changelog.md
diff options
context:
space:
mode:
authorOleg Grenrus <oleg.grenrus@iki.fi>2021-01-24 15:29:37 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-04-01 00:39:28 -0400
commitbddecda1a4c96da21e3f5211743ce5e4c78793a2 (patch)
treedca8990476f2c803df91c164f8169d1a40d8123d /libraries/base/changelog.md
parent5192183f5f4df4e3c0b00346e633c5270ed16283 (diff)
downloadhaskell-bddecda1a4c96da21e3f5211743ce5e4c78793a2.tar.gz
Data.List specialization to []
- Remove GHC.OldList - Remove Data.OldList - compat-unqualified-imports is no-op - update haddock submodule
Diffstat (limited to 'libraries/base/changelog.md')
-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 aacc803065..329f464620 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -48,6 +48,9 @@
* `fromInteger :: Integer -> Float/Double` now consistently round to the
nearest value, with ties to even.
+ * Functions in `Data.List` are specialized to list.
+ `Data.OldList` and `GHC.List` modules are removed.
+
## 4.15.0.0 *TBA*
* `openFile` now calls the `open` system call with an `interruptible` FFI