Skip to content

Commit

Permalink
chore(identify): fix changelog entry
Browse files Browse the repository at this point in the history
Amendment to #5778.

Merged CHANGELOG entries of `0.45.1` and `0.46.0`. Version `0.45.1` has been superseded by `0.46.0` before it was released.

Pull-Request: #5803.
  • Loading branch information
elenaf9 authored Jan 9, 2025
1 parent 4b4f197 commit 75b6dfe
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions protocols/identify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
## 0.46.0

- Add `hide_listen_addrs` option to prevent leaking (local) listen addresses.
See [PR 5507](https://github.com/libp2p/rust-libp2p/pull/5507).
- Make `identify::Config` fields private and add getter functions.
See [PR 5663](https://github.com/libp2p/rust-libp2p/pull/5663).
- Discard `Info`s received from remote peers that contain a public key that doesn't match their peer ID.
See [PR 5707](https://github.com/libp2p/rust-libp2p/pull/5707).

## 0.45.1

- Add `hide_listen_addrs` option to prevent leaking (local) listen addresses.
See [PR 5507](https://github.com/libp2p/rust-libp2p/pull/5507).

## 0.45.0

- Address translation is moved here from `libp2p-core`.
Expand Down

0 comments on commit 75b6dfe

Please sign in to comment.