Skip to content

Commit 357ba77

Browse files
committed
Update CHANGELOG.md
1 parent 0ee94e2 commit 357ba77

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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+
1026
## [0.4.2] - 2024-10-25
1127

1228
### Fixed

0 commit comments

Comments
 (0)