summaryrefslogtreecommitdiff
path: root/libraries/base/changelog.md
diff options
context:
space:
mode:
authorFumiaki Kinoshita <fumiexcel@gmail.com>2019-05-05 13:25:15 +0900
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-06-18 16:00:20 -0400
commit62f0213d4db6020a0d1feb8512432dcad36f08de (patch)
treea8a0179571cfc23a251d817adcec42a9e85d618e /libraries/base/changelog.md
parent24afbfe9aacbb3f6a5cec8875ab100f0dfbe1bf8 (diff)
downloadhaskell-62f0213d4db6020a0d1feb8512432dcad36f08de.tar.gz
Data.Ord: give a field name getDown to Down
Diffstat (limited to 'libraries/base/changelog.md')
-rw-r--r--libraries/base/changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index 3c12e7c511..5b874b4c7e 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -5,6 +5,8 @@
* Add a `TestEquality` instance for the `Compose` newtype.
+ * `Data.Ord.Down` now has a field name, `getDown`
+
* Fix the `integer-gmp` variant of `isValidNatural`: Previously it would fail
to detect values `<= maxBound::Word` that were incorrectly encoded using
the `NatJ#` constructor.