diff options
-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 |