diff options
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 |