diff options
author | Erik Terpstra <erterpstra@gmail.com> | 2020-05-20 09:34:52 +0200 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2020-05-22 12:47:08 +0100 |
commit | 088ed8c9fcaaab0a434a29eb26175d4452f4b179 (patch) | |
tree | 9523b08edbb5f818c2eb1e416becd92ef554fec0 /CHANGELOG.md | |
parent | 2109886ed8a7fc9aae1a2f5f9fb4e85cc29f49e5 (diff) | |
download | gleam_stdlib-088ed8c9fcaaab0a434a29eb26175d4452f4b179.tar.gz gleam_stdlib-088ed8c9fcaaab0a434a29eb26175d4452f4b179.zip |
string.next_grapheme
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 43c84e0..e4d91dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,8 @@ - Created the `io` module with `print` function. - The `result` module gains the `nil_error` function. - The `string` module gains `trim`, `trim_left`, `trim_right`, `starts_with`, - `ends_with`, `slice`, `pad_left`, `pad_right` `drop_left` and `drop_right` - functions. + `ends_with`, `slice`, `pad_left`, `pad_right` `drop_left`, `drop_right` and + `pop_grapheme` functions. - `uri` module created with `parse`, `parse_query`, `path_segments`, `query_to_string` and `to_string`. - The `dynamic` module gains the `map`, `opaque_list`, `tuple2`, and `tuple2_of` functions. |