summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-10-27 22:07:53 -0400
committerBen Gamari <ben@smart-cactus.org>2021-10-27 22:07:53 -0400
commitd7adcaa9372dc00443f3c4b733627d41823ca09d (patch)
treec8fe490a7346122124e5e272117d6a27ede02133
parente449e5dd6c8bcc781a76fb992f9f3c6df39d8e39 (diff)
downloadhaskell-d7adcaa9372dc00443f3c4b733627d41823ca09d.tar.gz
base: Fix date in changelog
-rw-r--r--libraries/base/changelog.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index 03a8f93c22..4b7bd35722 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -54,7 +54,7 @@
* `fromInteger :: Integer -> Float/Double` now consistently round to the
nearest value, with ties to even.
-## 4.15.0.0 *TBA*
+## 4.15.0.0 *Feb 2021*
* `openFile` now calls the `open` system call with an `interruptible` FFI
call, ensuring that the call can be interrupted with `SIGINT` on POSIX