From a9da516e1a89981d9296b66103afdd17eac964aa Mon Sep 17 00:00:00 2001 From: Diemo Gebhardt Date: Sun, 2 Feb 2025 23:36:01 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c1b6945..b618bdc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ - Fixed a bug that would result in `list.unique` having quadratic runtime. - Fixed the implementation of `list.key_set` to be tail recursive. - The `pop` and `pop_map` functions in the `list` module have been deprecated. +- Added `Uri.empty` constant representing an empty URI, useful as a starting + point for constructing URIs with minimal boilerplate. ## v0.53.0 - 2025-01-23