Skip to content

Commit

Permalink
swarm/CHANGELOG: Link entries to PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Aug 12, 2022
1 parent 8c15452 commit b5cd98d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions swarm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
when not specified, have the derive macro generate one for the user.

See [`NetworkBehaviour`
documentation](https://docs.rs/libp2p/latest/libp2p/swarm/trait.NetworkBehaviour.html) for
details.
documentation](https://docs.rs/libp2p/latest/libp2p/swarm/trait.NetworkBehaviour.html) and [PR
2784] for details.

Previously

Expand Down Expand Up @@ -74,14 +74,16 @@
the user.

See [`NetworkBehaviour`
documentation](https://docs.rs/libp2p/latest/libp2p/swarm/trait.NetworkBehaviour.html) for
details.
documentation](https://docs.rs/libp2p/latest/libp2p/swarm/trait.NetworkBehaviour.html) and [PR
2792] for details.

- Update dial address concurrency factor to `8`, thus dialing up to 8 addresses concurrently for a single connection attempt. See `Swarm::dial_concurrency_factor` and [PR 2741].

- Update to `libp2p-core` `v0.35.0`.

[PR 2741]: https://github.com/libp2p/rust-libp2p/pull/2741/
[PR 2784]: https://github.com/libp2p/rust-libp2p/pull/2784
[PR 2792]: https://github.com/libp2p/rust-libp2p/pull/2792

# 0.37.0

Expand Down

0 comments on commit b5cd98d

Please sign in to comment.