Skip to content
Snippets Groups Projects
Verified Commit 7b666605 authored by Louis's avatar Louis :fire:
Browse files

Update CHANGLEOG.md

parent 4ea01137
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment