From 7acf9820543daef2e32897b1822f1d0138bf46fd Mon Sep 17 00:00:00 2001 From: jedeen Date: Sat, 8 Jun 2019 11:00:38 -0500 Subject: [PATCH] [chore] Update changelog for v0.23.0 release (#1163) --- CHANGELOG.md | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aad1dfc31..b3929479a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,25 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +### Added + +### Changed + +### Deprecated + +### Removed + +### Fixed + + + + + +## [0.23.0] - 2019-06-08 + ### Breaking Changes -- `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 +- `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. ### Added @@ -93,9 +109,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Fixed polyfill application by exporting a `polyfill()` function that can be called. ([#1132](https://github.com/excaliburjs/Excalibur/issues/1132)) - Fixed Color.lighten() ([#1084]) - - - + ## [0.22.0] - 2019-04-06 @@ -832,7 +846,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). -[unreleased]: https://github.com/excaliburjs/Excalibur/compare/v0.22.0...HEAD +[unreleased]: https://github.com/excaliburjs/Excalibur/compare/v0.23.0...HEAD +[0.23.0]: https://github.com/excaliburjs/Excalibur/compare/v0.22.0...v0.23.0 [0.22.0]: https://github.com/excaliburjs/Excalibur/compare/v0.21.0...v0.22.0 [0.21.0]: https://github.com/excaliburjs/Excalibur/compare/v0.20.0...v0.21.0 [0.20.0]: https://github.com/excaliburjs/Excalibur/compare/v0.19.1...v0.20.0