summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Klebinger <klebinger.andreas@gmx.at>2022-04-21 10:20:30 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-04-22 08:01:33 -0400
commit78ec692d9c8d6d138f68e179a7ca57784daa2342 (patch)
treeb950207d05452e4a5a9cae689a3e40cfb2b74a60
parent93c16b94ebff03c81c2285eb2b622dc62f9bca16 (diff)
downloadhaskell-78ec692d9c8d6d138f68e179a7ca57784daa2342.tar.gz
Mention new MutableByteArray# wrapper in base changelog.
-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 e9e46a0102..3debd9541a 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -12,7 +12,7 @@
* Introduce `GHC.ExecutablePath.executablePath`, which is more robust than
`getExecutablePath` in cases when the executable has been deleted.
- * Add `Data.Array.Byte` module, providing a boxed `ByteArray#`.
+ * Add `Data.Array.Byte` module, providing boxed `ByteArray#` and `MutableByteArray#` wrappers.
* `fromEnum` for `Natural` now throws an error for any number that cannot be
repesented exactly by an `Int` (#20291).