aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2021-08-26 23:13:44 +0100
committerLouis Pilfold <louis@lpil.uk>2021-08-27 00:37:15 +0100
commit6104a3bcc26a05942b8062ae62a0c7b932ca8cf6 (patch)
treed32e8a76a710a33b0d204333343bec5f831f9db2 /CHANGELOG.md
parent70f065415469c65dd7f66dd4ef3f8e651f16b66a (diff)
downloadgleam_stdlib-6104a3bcc26a05942b8062ae62a0c7b932ca8cf6.tar.gz
gleam_stdlib-6104a3bcc26a05942b8062ae62a0c7b932ca8cf6.zip
Regex scan
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 d8ec189..f2e0b73 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,6 +24,7 @@
string error description.
- The `string` module gains the `to_option` function.
- Fixed a bug where `io.print` could crash when printing special characters.
+- The `regex.Match` record no longer has the `byte_index` field any more.
## v0.16.0 - 2021-06-17