diff --git a/CHANGELOG.md b/CHANGELOG.md index a9f61b423161df4b0b3f0638819a316b1f57df22..cb92f02ba983e3fb0689a59c8a78710537fc9e30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.11.0] + +### Changed + +- Required Bevy version is now 0.16 +- Bevy types are now being pulled in via their specific sub-crates, instead of the re-export on the main `bevy` crate. This change allows for better compiler performance, as it no longer forces the compilation of this library to wait for the entire Bevy suite to compile + +### Removed + +- Components that hold an `Entity` no longer implement `Serialize` or `Deserialize` when the `serialize` feature is enabled + ## [0.10.0] ### Added