diff options
author | Louis Pilfold <louis@lpil.uk> | 2024-07-17 13:07:51 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-07-17 13:07:51 +0100 |
commit | 232d49aadf65da91e281c3235d4bd1af3c9425a6 (patch) | |
tree | e13857da27326f4090a8febcea3e1a5f7aceb4cc /CHANGELOG.md | |
parent | f31f5ef4239e4418eaa21bfc8c118b3cf40fceda (diff) | |
download | gleam_stdlib-232d49aadf65da91e281c3235d4bd1af3c9425a6.tar.gz gleam_stdlib-232d49aadf65da91e281c3235d4bd1af3c9425a6.zip |
Changes!
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a0b9db..91a6225 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - The deprecated `dict.update` function has been removed. - The deprecated `order.max` and `order.min` functions have been removed. - The `float` module gains the `modulo` function. +- The `uri.origin` function no longer incorrectly has a trailing slash. ## v0.39.0 - 2024-07-09 |