diff options
author | Louis Pilfold <louis@lpil.uk> | 2020-05-12 11:06:37 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2020-05-12 11:06:37 +0100 |
commit | eb043ee431c3d5592610eeb5f12a0d91fb5c17a0 (patch) | |
tree | ad5ba004c92940cf40ffa9c35a51b3b7f6ce5ddf | |
parent | c84aa94fa4b453abca21c365ec511a4ef2c3d8c1 (diff) | |
download | gleam_stdlib-eb043ee431c3d5592610eeb5f12a0d91fb5c17a0.tar.gz gleam_stdlib-eb043ee431c3d5592610eeb5f12a0d91fb5c17a0.zip |
Add missing changelog entry
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5653dee..a246bfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ ## Unreleased - The `string` module gains the `trim` function. + +## v0.8.0 - 2020-04-28 + - 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 |