diff options
author | Andreas Klebinger <klebinger.andreas@gmx.at> | 2022-04-21 10:20:30 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-04-22 08:01:33 -0400 |
commit | 78ec692d9c8d6d138f68e179a7ca57784daa2342 (patch) | |
tree | b950207d05452e4a5a9cae689a3e40cfb2b74a60 /libraries | |
parent | 93c16b94ebff03c81c2285eb2b622dc62f9bca16 (diff) | |
download | haskell-78ec692d9c8d6d138f68e179a7ca57784daa2342.tar.gz |
Mention new MutableByteArray# wrapper in base changelog.
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/base/changelog.md | 2 |
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). |