diff options
author | Louis Pilfold <louis@lpil.uk> | 2021-09-05 21:02:58 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2021-09-05 21:02:58 +0100 |
commit | b611364f02679c6c44592082db6012f2c27a0750 (patch) | |
tree | 42e3106e5e2e32a0c4461e560d8d81e5882e6de2 | |
parent | d6b4780c9f215c197bc119f775cd1a7ee2362dc7 (diff) | |
download | gleam_stdlib-b611364f02679c6c44592082db6012f2c27a0750.tar.gz gleam_stdlib-b611364f02679c6c44592082db6012f2c27a0750.zip |
Changelog!
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index aa873dd..3eeb8c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ - The `string` module gains the `to_option` function. - Fixed a bug where `io.print` could crash when printing special characters. - The `regex.Match` record no longer has the `byte_index` field any more. +- The `should` module has been moved to the `gleam_should_assertions` package. ## v0.16.0 - 2021-06-17 |