Prepare v0.32 (#1879)

This commit is contained in:
Roman Borschel
2020-12-08 12:07:20 +01:00
committed by GitHub
parent 0ef4c2d461
commit 9b5d5dbc61
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@
- [`parity-multiaddr` CHANGELOG](misc/multiaddr/CHANGELOG.md) - [`parity-multiaddr` CHANGELOG](misc/multiaddr/CHANGELOG.md)
- [`libp2p-core-derive` CHANGELOG](misc/core-derive/CHANGELOG.md) - [`libp2p-core-derive` CHANGELOG](misc/core-derive/CHANGELOG.md)
# Version 0.32.0 [unreleased] # Version 0.32.0 [2020-12-08]
- Update `libp2p-request-response`. - Update `libp2p-request-response`.

View File

@ -1,4 +1,4 @@
# 0.26.0 [unreleased] # 0.26.0 [2020-12-08]
- Create multiple multicast response packets as required to avoid - Create multiple multicast response packets as required to avoid
hitting the limit of 9000 bytes per MDNS packet. hitting the limit of 9000 bytes per MDNS packet.

View File

@ -1,4 +1,4 @@
# 0.7.0 [unreleased] # 0.7.0 [2020-12-08]
- Refine emitted events for inbound requests, introducing - Refine emitted events for inbound requests, introducing
the `ResponseSent` event and the `ResponseOmission` the `ResponseSent` event and the `ResponseOmission`