diff options
author | Erik Terpstra <erterpstra@gmail.com> | 2020-06-20 11:00:40 +0200 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2020-06-20 13:17:48 +0100 |
commit | ea3a318c0d6c133c8c05d9fa20a7adddc500ad75 (patch) | |
tree | a59508d7e1a89fea986692cc765ffe3cdef24d4f /CHANGELOG.md | |
parent | 8acab03caea114f5abbe40af59e1f6de207bce91 (diff) | |
download | gleam_stdlib-ea3a318c0d6c133c8c05d9fa20a7adddc500ad75.tar.gz gleam_stdlib-ea3a318c0d6c133c8c05d9fa20a7adddc500ad75.zip |
Regex module
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a6d071..0815744 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,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`, and + `match` functions. ## 0.9.0 - 2020-05-26 |