Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
radicle: Update `CHANGELOG.md` for next iteration
Lorenz Leutgeb committed 7 months ago
commit ed5fcd5e462a1156bbeacebf127ebf413eec6725
parent 3992d519c3248bf8bfc2f6dcf972f6179d410013
1 file changed +13 -2
modified 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`