diff options
author | Louis Pilfold <louis@lpil.uk> | 2021-08-26 23:13:44 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2021-08-27 00:37:15 +0100 |
commit | 6104a3bcc26a05942b8062ae62a0c7b932ca8cf6 (patch) | |
tree | d32e8a76a710a33b0d204333343bec5f831f9db2 /CHANGELOG.md | |
parent | 70f065415469c65dd7f66dd4ef3f8e651f16b66a (diff) | |
download | gleam_stdlib-6104a3bcc26a05942b8062ae62a0c7b932ca8cf6.tar.gz gleam_stdlib-6104a3bcc26a05942b8062ae62a0c7b932ca8cf6.zip |
Regex scan
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
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 |