Skip to content

Commit

Permalink
add CHANGELOG.md entries
Browse files Browse the repository at this point in the history
  • Loading branch information
jxs committed Dec 13, 2022
1 parent 9963cfa commit 604178b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions protocols/relay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# 0.15.0 [unreleased]

- Rename types as per [discussion 2174].
`Relay` has been renamed to `Behaviour`.
The `Relay`, and `Client` prefixes have been removed from various types like `ClientTransport`.
Users should prefer importing the relay protocol as a module (`use libp2p::relay::v2::relay;`),
and refer to its types via `relay::`. For example: `relay::v2::relay::Behaviour` or `relay::v2::client::Behaviour`.
See [PR 3235].

- Update to `libp2p-swarm` `v0.42.0`.

# 0.14.0
Expand Down

0 comments on commit 604178b

Please sign in to comment.