Skip to content

v4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Nov 17:38
· 36 commits to master since this release
v4.0.0
531c106
  • Breaking: Fix a footgun in the EventListener type. EventListener::new()
    now no longer takes an &Event as an argument, and EventListener::listen()
    takes the &Event as an argument. Hopefully this should prevent .awaiting
    on a listener without making sure it's listening first. (#94)