From 7b666605792fda876cdb418055a65f7f8cf7db94 Mon Sep 17 00:00:00 2001 From: Louis <contact@louiscap.co> Date: Sun, 27 Apr 2025 01:29:07 +0100 Subject: [PATCH] Update CHANGLEOG.md --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9f61b4..cb92f02 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 -- GitLab