Skip to content

Commit

Permalink
words
Browse files Browse the repository at this point in the history
  • Loading branch information
vachillo committed Oct 15, 2024
1 parent 03995a0 commit 19f3acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- **BREAKING**: `BaseEventListener.publish_event` `flush` argument. Use `BaseEventListener.flush_events()` instead.
- **BREAKING**: Parameter `driver` on `EventListener` to `event_listener_driver`.
- **BREAKING**: Parameter `handler` on `EventListener` now defaults to `None`.
- **BREAKING**: Parameter `handler` on `EventListener` default value to `None`.
- **BREAKING**: `EventListener.handler` return value behavior.
- If `EventListener.handler` returns `None`, the event will not be published to the `event_listener_driver`.
- If `EventListener.handler` is None, the event will be published to the `event_listener_driver` as-is.
Expand Down

0 comments on commit 19f3acd

Please sign in to comment.