From 8e7d193202991a5f4c944f6320cb906ce7e865fc Mon Sep 17 00:00:00 2001 From: Lorenz Leutgeb Date: Wed, 8 Oct 2025 23:43:24 +0200 Subject: [PATCH] radicle: Update `CHANGELOG.md` for next iteration --- crates/radicle/CHANGELOG.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/crates/radicle/CHANGELOG.md b/crates/radicle/CHANGELOG.md index faabf97a..1f6d7368 100644 --- a/crates/radicle/CHANGELOG.md +++ b/crates/radicle/CHANGELOG.md @@ -9,6 +9,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added + +### Changed + +### Deprecated + +### Removed + +### Security + +## 0.20.0 + +### Added + - Introduce a node event for canonical reference updates, `Event::CanonicalRefUpdated`. Whenever the node fetches new updates, it checks if canonical references can be updated. The node has learned how to return these results and emit them as @@ -22,8 +35,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `radicle::profile::Home::socket` defaults to the path `\\.\pipe\radicle-node` on Windows. The behavior on Unix-like systems has *not* changed. -### Deprecated - ### Removed - `radicle::node::DEFAULT_SOCKET_NAME`, use `radicle::profile::Home::socket`