diff options
author | Bodigrim <andrew.lelechenko@gmail.com> | 2021-07-10 15:23:08 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-08-05 07:14:04 -0400 |
commit | 1f8090933268b1ca071bc4a8a35b0f1828a76fce (patch) | |
tree | b665f1c2f6511c8df466a9e783df57b1dd667098 /libraries/base/changelog.md | |
parent | 7a9d8803cfde3c42da4b27a7b89bdcb2ac870e3f (diff) | |
download | haskell-1f8090933268b1ca071bc4a8a35b0f1828a76fce.tar.gz |
Add Data.ByteArray, derived from primitive
Diffstat (limited to 'libraries/base/changelog.md')
-rw-r--r-- | libraries/base/changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md index c8a1611508..edf876cb26 100644 --- a/libraries/base/changelog.md +++ b/libraries/base/changelog.md @@ -11,6 +11,8 @@ * Introduce `GHC.ExecutablePath.executablePath`, which is more robust than `getExecutablePath` in cases when the executable has been deleted. + * Add `Data.ByteArray` module, providing a boxed `ByteArray#`. + ## 4.16.0.0 *TBA* * Make it possible to promote `Natural`s and remove the separate `Nat` kind. |