aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2020-04-17 00:12:59 +0100
committerLouis Pilfold <louis@lpil.uk>2020-04-17 00:12:59 +0100
commit9fcbda5af8e562dc1120b772e94159d8ef791eb5 (patch)
tree7133cf30e00635d585418470ada51d48c79f8654 /CHANGELOG.md
parent7d4a4ffc8362e5e5ceef01d5a1251e4116ed124d (diff)
downloadgleam_stdlib-9fcbda5af8e562dc1120b772e94159d8ef791eb5.tar.gz
gleam_stdlib-9fcbda5af8e562dc1120b772e94159d8ef791eb5.zip
Expand atom docs
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fa4c5bf..4a2161f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@
## Unreleased
+- The error type for `atom.from_string` has been renamed to `FromStringError`.
- The `string` module gains `contains` and `repeat` functions.
- The `expect` module has been renamed to `should`. Functions in the module
starting with `is_` have been changed to `be_`.