radicle: Update `CHANGELOG.md` for next iteration

This commit is contained in:
Lorenz Leutgeb 2025-10-08 23:43:24 +02:00
parent 7b8da0e72f
commit 8e7d193202
No known key found for this signature in database
1 changed files with 13 additions and 2 deletions

View File

@ -9,6 +9,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### Added
### Changed
### Deprecated
### Removed
### Security
## 0.20.0
### Added
- Introduce a node event for canonical reference updates, `Event::CanonicalRefUpdated`. - Introduce a node event for canonical reference updates, `Event::CanonicalRefUpdated`.
Whenever the node fetches new updates, it checks if canonical references can 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 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` - `radicle::profile::Home::socket` defaults to the path `\\.\pipe\radicle-node`
on Windows. The behavior on Unix-like systems has *not* changed. on Windows. The behavior on Unix-like systems has *not* changed.
### Deprecated
### Removed ### Removed
- `radicle::node::DEFAULT_SOCKET_NAME`, use `radicle::profile::Home::socket` - `radicle::node::DEFAULT_SOCKET_NAME`, use `radicle::profile::Home::socket`