We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a765d4b commit f8fd60cCopy full SHA for f8fd60c
CHANGELOG.md
@@ -7,6 +7,8 @@
7
- Fixed a bug that would result in `list.unique` having quadratic runtime.
8
- Fixed the implementation of `list.key_set` to be tail recursive.
9
- The `pop` and `pop_map` functions in the `list` module have been deprecated.
10
+- Added `Uri.empty` constant representing an empty URI, useful as a starting
11
+ point for constructing URIs with minimal boilerplate.
12
13
## v0.53.0 - 2025-01-23
14
0 commit comments