diff options
author | Robert Attard <robert.attard@mail.mcgill.ca> | 2021-04-08 14:38:23 -0400 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2021-04-09 10:43:35 +0100 |
commit | 593eeae98d21da64d0e6a956413d3874fe762369 (patch) | |
tree | da24a4edc5b1003d36cd9678086ed29f3be60349 /CHANGELOG.md | |
parent | b9efa53231bfd3e4929208839f6fe913f4e1f69f (diff) | |
download | gleam_stdlib-593eeae98d21da64d0e6a956413d3874fe762369.tar.gz gleam_stdlib-593eeae98d21da64d0e6a956413d3874fe762369.zip |
rename string.drop_before to string.crop; use erl_contains instead of split_once and then concat
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bbfecf8..663be69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ - The `iterator` module gains the `index`, `iterate`, `zip`, `scan`, `take_while`, `drop_while`, `chunk`, `sized_chunk`, `intersperse`, `any` and `all` functions. - Breaking change in `iterator.take`. Now it returns an iterator instead of a list. -- The `string` module gains the `drop_before` function. +- The `string` module gains the `crop` function. ## v0.14.0 - 2021-02-18 |