aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorErik Terpstra <erterpstra@gmail.com>2020-06-20 11:00:40 +0200
committerLouis Pilfold <louis@lpil.uk>2020-06-20 13:17:48 +0100
commitea3a318c0d6c133c8c05d9fa20a7adddc500ad75 (patch)
treea59508d7e1a89fea986692cc765ffe3cdef24d4f /CHANGELOG.md
parent8acab03caea114f5abbe40af59e1f6de207bce91 (diff)
downloadgleam_stdlib-ea3a318c0d6c133c8c05d9fa20a7adddc500ad75.tar.gz
gleam_stdlib-ea3a318c0d6c133c8c05d9fa20a7adddc500ad75.zip
Regex module
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
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