diff options
Diffstat (limited to 'libraries/base/changelog.md')
-rw-r--r-- | libraries/base/changelog.md | 3 |
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 |