Skip to content

Commit

Permalink
Mention changes in events
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Jan 31, 2025
1 parent 5c1be4e commit c2372b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `reason` field in `ClientDisconnected` now stores `DisconnectReason` enum.
- Event serialization functions now accept `&mut Vec<u8>` instead of `&mut Cursor<Vec<u8>>`.
- `RepliconChannels::create_server_channel` and `RepliconChannels::create_client_channel` now accept `impl Into<RepliconChannel>` instead of just `RepliconChannel`.
- Event reading and writing systems are no longer exclusive, thanks to system builders! However, to achieve this, we now set them up in `Plugin::finish`. So if you have tests for events, don't forget to call `App::finish` to configure the plugins properly.
- Use `debug!` instead of `trace!` for events. They are not very verbose.
- Rename `ServerSet::SendEvents` into `ServerSet::TriggerConnectionEvents`.
- Rename `core::event_registry` into `core::event`.
Expand Down

0 comments on commit c2372b7

Please sign in to comment.