update: restructure CHANGELOG for breaking changes and new features

This commit is contained in:
not-elm
2026-02-03 02:14:00 +09:00
parent 12b29c1ffc
commit 58586f0338

View File

@@ -1,15 +1,16 @@
## Unreleased
### Breaking Changes
- Support Bevy 0.18
- Update CEF version to 144.2.0+144.0.11
- Improve message loop handling
- We can now specify command-line switches when creating the `CefPlugin`.
- As a result, `CefPlugin` is no longer a unit struct.
### Features
- Support Bevy 0.18
- Enable message loop support for Windows and Linux
- Rename `bevy_picking` to `picking`
- Change `AmbientLight` to `GlobalAmbientLight`
- Update CEF version to 144.2.0+144.0.11
- Improve message loop handling
- Added `PreloadScripts` component for specifying JavaScript to be executed when the page is initialized.
- Enables GPU when debugging.
### Bug Fixes