Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Feb 22, 2025
1 parent afabb87 commit 5655f5c
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 @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- All deserialization methods now accept `Bytes` instead of `std::io::Cursor` because deserialization from `std::io::Read` requires a temporary buffer. `Bytes` already provide cursor-like functionality. The crate now re-exported under `bevy_replicon::bytes`.
- Use varint for `RepliconTick` because `postcard` provides more efficient encoding for it.
- Improve panic message for non-registered functions.
- Allow update messages with mappings-only to map non-replicated entities.
- Log bytes count on receive.

### Fixed
Expand Down

0 comments on commit 5655f5c

Please sign in to comment.