You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
36
36
37
37
### Changed
38
38
39
-
- All serde methods now use `bevy::ecs::error::Result` instead of `bincode::Result` for more informative errors.
39
+
- All serde methods now use `postcard::Result` instead of `bincode::Result` for more informative errors.
40
40
- Rename `ChannelKind` into just `Channel`.
41
41
- Rename `channels` module into `replicon_channels`.
42
42
- Rename `core` module into `shared` and `RepliconCorePlugin` into `RepliconSharedPlugin`. To avoid ambiguity with Rust's `core`, which will be used for `no_std` support in the next release.
0 commit comments