Skip to content

Commit

Permalink
Modify changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandru Vasile <[email protected]>
  • Loading branch information
lexnv committed May 24, 2024
1 parent 8287364 commit 77f663e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ This is a small patch release that makes the `FindNode` command a bit more robst
- The `FindNode` command now retains the K (replication factor) best results.
- The `FindNode` command has been updated to handle errors and unexpected states without panicking.

### Added

- Add release checklist ([#115](https://github.com/paritytech/litep2p/pull/115))

### Changed

- kad: Refactor FindNode query, keep K best results and add tests ([#114](https://github.com/paritytech/litep2p/pull/114))
Expand All @@ -32,7 +36,6 @@ Additionally, we've improved code coverage in the `kad` module by adding more te

### Added

- Add release checklist ([#115](https://github.com/paritytech/litep2p/pull/115))
- Re-export `multihash` & `multiaddr` types ([#79](https://github.com/paritytech/litep2p/pull/79))
- kad: Expose all peer records of `GET_VALUE` query ([#96](https://github.com/paritytech/litep2p/pull/96))

Expand Down

0 comments on commit 77f663e

Please sign in to comment.