summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgi Lyubenov <georgi.lyubenov@tweag.io>2022-06-22 09:35:58 +0300
committerGeorgi Lyubenov <georgi.lyubenov@tweag.io>2022-09-08 17:14:36 +0300
commit442a94e8ef886b51c5622102546e34875a3fcc37 (patch)
tree19b07742278e618cf0a28032cc7aff9bd9e6f1e9
parent77209ab32aee6f58504b303fdea2df69f5a71027 (diff)
downloadhaskell-442a94e8ef886b51c5622102546e34875a3fcc37.tar.gz
Add changelog entry for liftA2 export from Prelude
-rw-r--r--libraries/base/changelog.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index 083054d084..e5dc21bb4c 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -25,6 +25,10 @@
* Change default `Ord` implementation of `(>=)`, `(>)`, and `(<)` to use
`(<=)` instead of `compare` per
[Core Libraries proposal](https://github.com/haskell/core-libraries-committee/issues/24).
+ * Export `liftA2` from `Prelude`. This means that the entirety of `Applicative`
+ is now exported from `Prelude`. See [CLC #50](https://github.com/haskell/core-libraries-committee/issues/50)
+ for the related discussion,
+ as well as [the migration guide](https://github.com/haskell/core-libraries-committee/blob/main/guides/export-lifta2-prelude.md)
## 4.17.0.0 *August 2022*