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 b97ed78ced..eeed94327e 100644 --- a/libraries/base/changelog.md +++ b/libraries/base/changelog.md @@ -36,6 +36,9 @@ * Add newtypes for `CSocklen` (`socklen_t`) and `CNfds` (`nfds_t`) to `System.Posix.Types`. + * Add `Functor`, `Applicative` and `Monad` instances to `(,,) a b` + and `(,,,) a b c` + ## 4.13.0.0 *TBA* * Bundled with GHC *TBA* |