aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorshayan javani <massivefermion@protonmail.com>2023-03-14 16:38:43 +0330
committerGitHub <noreply@github.com>2023-03-14 13:08:43 +0000
commita4805b21cf42241cc2951947231e76679bd99d07 (patch)
tree33524eed2216e1dcf90f19d88fdd511cadd3aef5 /CHANGELOG.md
parenta37d5dddbb3a29b896e5d5351830223c9cd9e933 (diff)
downloadgleam_stdlib-a4805b21cf42241cc2951947231e76679bd99d07.tar.gz
gleam_stdlib-a4805b21cf42241cc2951947231e76679bd99d07.zip
make `regex.scan`'s behavior consistent across targets (#423)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ec66604..3aed2ea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@
## Unreleased
+- `regex.scan` now behaves consistently across both targets when a capture group does not capture anything.
- The `Map` type was rewritten as a persistent immutable data structure. This
results in drastically improved performance when constructing or updating
maps, especially with large maps.