diff options
author | David Feuer <david.feuer@gmail.com> | 2018-02-12 20:01:56 -0500 |
---|---|---|
committer | David Feuer <David.Feuer@gmail.com> | 2018-02-12 20:01:57 -0500 |
commit | c9a88db3ac4f1c3e97e3492ebe076f2df6463540 (patch) | |
tree | af4cbdabd0f62b490c21b7a4bd38440221ba4dff /libraries/base/changelog.md | |
parent | 583f561c285d1742b7e73128fd3331a49b87ec75 (diff) | |
download | haskell-c9a88db3ac4f1c3e97e3492ebe076f2df6463540.tar.gz |
Make ($!) representation-polymorphic
Now that `($)` is representation-polymorphic, `($!)` should
surely follow suit.
Reviewers: hvr, bgamari, simonpj
Reviewed By: bgamari, simonpj
Subscribers: simonpj, rwbarton, thomie, carter
Differential Revision: https://phabricator.haskell.org/D4382
Diffstat (limited to 'libraries/base/changelog.md')
-rw-r--r-- | libraries/base/changelog.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md index ad8767f72f..fe7e377860 100644 --- a/libraries/base/changelog.md +++ b/libraries/base/changelog.md @@ -1,5 +1,9 @@ # Changelog for [`base` package](http://hackage.haskell.org/package/base) +## 4.12.0.0 *TBA* + + * `($!)` is now representation-polymorphic like `($)`. + ## 4.11.1.0 *TBA* * `System.IO.openTempFile` is now thread-safe on Windows. |