diff options
Diffstat (limited to 'libraries/base/changelog.md')
-rw-r--r-- | libraries/base/changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md index 44ac94c32b..a905e2d2f3 100644 --- a/libraries/base/changelog.md +++ b/libraries/base/changelog.md @@ -111,7 +111,7 @@ - `oneBits :: FiniteBits a => a`, `oneBits = complement zeroBits`. -## 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 |