Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 405 Bytes

CHANGELOG.md

File metadata and controls

11 lines (8 loc) · 405 Bytes

0.20.2 [2020-07-28]

  • Generate fully-qualified method name for poll to avoid ambiguity. PR 1681.

0.20.1 [2020-07-08]

  • Allow users to opt out of the NetworkBehaviourEventProcess mechanism through #[behaviour(event_process = false)]. This is useful if users want to process all events while polling the swarm through SwarmEvent::Behaviour.