Skip to content

Commit

Permalink
Remove extra changelog line
Browse files Browse the repository at this point in the history
`WorldDiff` was removed later.
  • Loading branch information
Shatur committed Sep 25, 2023
1 parent 223a20e commit a4b3613
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bevy's `Tick` was replaced with dedicated type `NetworkTick` that increments on server update, so it can be used to provide information about time. `AckedTick` was replaced with `ServerTicks` that also contains mappings from `NetworkTick` to Bevy's `Tick` and current `NetworkTick`.
- Functions in `AppReplicationExt::replicate_with` now accept bytes cursor for memory reuse and return serialization errors.
- Rename `ReplicationCore` into `RepliconCore` with its module for clarity.
- Store changes in `WorldDiff` in `Vec` instead of `HashMap` to increase performance.
- `MapNetworkEntities` now accepts generic `Mapper` and doesn't have error handling and deserialiation functions now accept `NetworkEntityMap`. This allowed us to lazily map entities on client without extra allocation.
- Make `LastTick` public.

Expand Down

0 comments on commit a4b3613

Please sign in to comment.