summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Tennie <sven.tennie@gmail.com>2018-12-27 17:21:41 +0100
committerBen Gamari <ben@smart-cactus.org>2019-01-06 07:27:09 -0500
commit0ff42f3f6e85c1c3beca3bd9c5c034b667243239 (patch)
tree82d1f537dfb7957d873ccb6c57f57ca326098935
parent01b60b0e1ee57f882c5b729854343916c2295c51 (diff)
downloadhaskell-0ff42f3f6e85c1c3beca3bd9c5c034b667243239.tar.gz
Add entry for #16031 to base/changelog.md
-rw-r--r--libraries/base/changelog.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index 06f62f5232..07df8fc3a3 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -3,6 +3,11 @@
## 4.12.0.0 *TBA*
* Bundled with GHC *TBA*
+ * Fix `Show` instance of `Data.Fixed`: Negative numbers are now parenthesized
+ according to their surrounding context. I.e. `Data.Fixed.show` produces
+ syntactically correct Haskell for expressions like `Just (-1 :: Fixed E2)`.
+ (#16031)
+
* Support the characters from recent versions of Unicode (up to v. 12) in
literals (#5518).