We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ee94e2 commit 357ba77Copy full SHA for 357ba77
CHANGELOG.md
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+### Added
11
+
12
+- Added required component support for `PointLight2d` (#39).
13
+- Added required component support for `LightOccluder2d` (#39).
14
15
+### Changed
16
17
+- Updated Bevy version from `0.14` to `0.15` (#39).
18
+- Deprecated `PointLight2dBundle` in favour of `PointLight2d` (#39).
19
+- Deprecated `LightOccluder2dBundle` in favour of `LightOccluder2d` (#39).
20
21
+### Migration guide
22
23
+- Replace all uses of `PointLight2dBundle` with `PointLight2d`.
24
+- Replace all uses of `LightOccluder2dBundle` with `LightOccluder2d`.
25
26
## [0.4.2] - 2024-10-25
27
28
### Fixed
0 commit comments