Skip to content

Commit 7acf982

Browse files
jedeeneonarheim
authored andcommitted
[chore] Update changelog for v0.23.0 release (#1163)
1 parent 85146de commit 7acf982

1 file changed

Lines changed: 20 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,25 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
### Added
9+
10+
### Changed
11+
12+
### Deprecated
13+
14+
### Removed
15+
16+
### Fixed
17+
18+
<!--------------------------------- DO NOT EDIT BELOW THIS LINE --------------------------------->
19+
<!--------------------------------- DO NOT EDIT BELOW THIS LINE --------------------------------->
20+
<!--------------------------------- DO NOT EDIT BELOW THIS LINE --------------------------------->
21+
22+
## [0.23.0] - 2019-06-08
23+
824
### Breaking Changes
925

10-
- `ex.Actor.scale`, `ex.Actor.sx/sy`, `ex.Actor.actions.scaleTo/scaleBy` will not work as expected with new collider implementation, set width and height directly
26+
- `ex.Actor.scale`, `ex.Actor.sx/sy`, `ex.Actor.actions.scaleTo/scaleBy` will not work as expected with new collider implementation, set width and height directly. These features will be completely removed in v0.24.0.
1127

1228
### Added
1329

@@ -93,9 +109,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
93109
- Fixed polyfill application by exporting a `polyfill()` function that can be called. ([#1132](https://github.com/excaliburjs/Excalibur/issues/1132))
94110
- Fixed Color.lighten() ([#1084])
95111

96-
<!--------------------------------- DO NOT EDIT BELOW THIS LINE --------------------------------->
97-
<!--------------------------------- DO NOT EDIT BELOW THIS LINE --------------------------------->
98-
<!--------------------------------- DO NOT EDIT BELOW THIS LINE --------------------------------->
112+
<!----------------------------------------------------------------------------------------------->
99113

100114
## [0.22.0] - 2019-04-06
101115

@@ -832,7 +846,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
832846

833847
<!----------------------------------------------------------------------------------------------->
834848

835-
[unreleased]: https://github.com/excaliburjs/Excalibur/compare/v0.22.0...HEAD
849+
[unreleased]: https://github.com/excaliburjs/Excalibur/compare/v0.23.0...HEAD
850+
[0.23.0]: https://github.com/excaliburjs/Excalibur/compare/v0.22.0...v0.23.0
836851
[0.22.0]: https://github.com/excaliburjs/Excalibur/compare/v0.21.0...v0.22.0
837852
[0.21.0]: https://github.com/excaliburjs/Excalibur/compare/v0.20.0...v0.21.0
838853
[0.20.0]: https://github.com/excaliburjs/Excalibur/compare/v0.19.1...v0.20.0

0 commit comments

Comments
 (0)