aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2020-06-29 20:47:49 +0100
committerLouis Pilfold <louis@lpil.uk>2020-06-30 12:14:27 +0100
commitc8544e558b8b8e2b407ec9650d588401c944d20f (patch)
treeb390bdc5e5807bff7d3f07f22e8ed157584b32f1 /CHANGELOG.md
parent1ae8354d444013117abdde5987f734b3587592c4 (diff)
downloadgleam_stdlib-c8544e558b8b8e2b407ec9650d588401c944d20f.tar.gz
gleam_stdlib-c8544e558b8b8e2b407ec9650d588401c944d20f.zip
Alter regex API
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fb85cef..56c765c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,8 +22,8 @@
- The `option` module gains the the `map`, `flatten`, `then` and `or`
functions.
- The `result` module gains the the `or` function.
-- Created the `regex` module with the `from_string`, `from_string_with`,
- `match`, `split` and `scan` functions.
+- Created the `regex` module with the `from_string`, `compile`, `check`,
+ `split` and `scan` functions.
- The `list` module gains the the `pop`, `pop_map` and `key_pop` functions.
- `base` module created with `encode64`, `decode64`, `url_encode64` and
`url_decode64`.