Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Feb 11, 2025
1 parent 1a3f124 commit f690a8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +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, equivalent to `""`.
- The `uri` module gains the `empty` value, representing an empty URI which
equivalent to `""`.

## v0.53.0 - 2025-01-23

Expand Down

0 comments on commit f690a8e

Please sign in to comment.