diff options
author | Jamie Luck <delucks@users.noreply.github.com> | 2020-03-29 06:07:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-29 11:07:06 +0100 |
commit | eead09e4fc457b85a5ff6cb990cf293c5d84336c (patch) | |
tree | 093af27b46333eda5aea4e7da6f48cc680c77256 /CHANGELOG.md | |
parent | 338ad88b61fda07b008632652b9553c6bf2c0aab (diff) | |
download | gleam_stdlib-eead09e4fc457b85a5ff6cb990cf293c5d84336c.tar.gz gleam_stdlib-eead09e4fc457b85a5ff6cb990cf293c5d84336c.zip |
Rename gleam/expect to gleam/should (#27)
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 5d42a67..bc60f65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +- The `expect` module has been renamed to `should`. Functions in the module + starting with `is_` have been changed to `be_`. - The `string.replace` and `iodata.replace` `all` arguement label has been changed to `each`. - The `string` module gains `is_empty`, `join` and `concat` functions. |