summaryrefslogtreecommitdiff
path: root/libraries/base/changelog.md
diff options
context:
space:
mode:
authorVladislav Zavialov <vlad.z.4096@gmail.com>2020-09-25 17:22:44 +0300
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-10-27 14:00:11 -0400
commiteedec53df8bf030b36cdd1fcfd1ff06041bc46fd (patch)
tree5f02df4db84993513148f54f0bfe983beb242838 /libraries/base/changelog.md
parent9ad51bc9d2ad9168abad271f715ce73d3562218a (diff)
downloadhaskell-eedec53df8bf030b36cdd1fcfd1ff06041bc46fd.tar.gz
Version bump: base-4.16 (#18712)
Also bumps upper bounds on base in boot libraries (incl. submodules).
Diffstat (limited to 'libraries/base/changelog.md')
-rw-r--r--libraries/base/changelog.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index 56fedd5ed6..197388a652 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -29,7 +29,7 @@
`ConcFlags`, `DebugFlags`, `CCFlags`, `DoHeapProfile`, `ProfFlags`,
`DoTrace`, `TraceFlags`, `TickyFlags`, `ParFlags`, `RTSFlags`, `RTSStats`,
`GCStats`, `ByteOrder`, `GeneralCategory`, `SrcLoc`
-
+
* Add rules `unpackUtf8`, `unpack-listUtf8` and `unpack-appendUtf8` to `GHC.Base`.
They correspond to their ascii versions and hopefully make it easier
for libraries to handle utf8 encoded strings efficiently.