diff options
Diffstat (limited to 'libraries/base/changelog.md')
-rw-r--r-- | libraries/base/changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md index 7ba14bf36b..02202aaa60 100644 --- a/libraries/base/changelog.md +++ b/libraries/base/changelog.md @@ -18,6 +18,8 @@ * Add `Eq1`, `Read1` and `Show1` instance for `Complex`; add `Eq1/2`, `Ord1/2`, `Show1/2` and `Read1/2` instances for 3 and 4-tuples. + * Remove `Data.Semigroup.Option` and the accompanying `option` function. + ## 4.15.0.0 *TBA* * `openFile` now calls the `open` system call with an `interruptible` FFI |