aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJamie Luck <delucks@users.noreply.github.com>2020-03-29 06:07:06 -0400
committerGitHub <noreply@github.com>2020-03-29 11:07:06 +0100
commiteead09e4fc457b85a5ff6cb990cf293c5d84336c (patch)
tree093af27b46333eda5aea4e7da6f48cc680c77256 /CHANGELOG.md
parent338ad88b61fda07b008632652b9553c6bf2c0aab (diff)
downloadgleam_stdlib-eead09e4fc457b85a5ff6cb990cf293c5d84336c.tar.gz
gleam_stdlib-eead09e4fc457b85a5ff6cb990cf293c5d84336c.zip
Rename gleam/expect to gleam/should (#27)
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 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.