radicle: Update `CHANGELOG.md` for next iteration
This commit is contained in:
parent
7b8da0e72f
commit
8e7d193202
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Reference in New Issue