From 32f5e5cefa7e68bf135cbe0d4d493f71f88a69fb Mon Sep 17 00:00:00 2001 From: jedeen Date: Thu, 23 Apr 2020 19:31:07 -0500 Subject: [PATCH] [chore]: Update changelog for 0.24.0 release (#1499) --- CHANGELOG.md | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67cd2c888..b8564f8c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,24 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Breaking Changes +### Added + +### Changed + +### Deprecated + +### Removed + +### Fixed + + + + + +## [0.24.0] - 2020-04-23 + +### Breaking Changes + - Remove obsolete `.extend()` semantics in Class.ts as as well as related test cases. ### Added @@ -32,8 +50,6 @@ This project adheres to [Semantic Versioning](http://semver.org/). - `ex.Vector.magnitude()` will be removed in `v0.25.0`, use `ex.Vector.size()`. ([#1277](https://github.com/excaliburjs/Excalibur/issues/1277)) -### Removed - ### Fixed - Fixed Excalibur crashing when displaying both a tilemap and a zero-size actor ([#1418](https://github.com/excaliburjs/Excalibur/issues/1418)) @@ -44,9 +60,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Fixed missing on/once/off signatures on `ex.Pointer` ([#1345](https://github.com/excaliburjs/Excalibur/issues/1345)) - Fixed sounds not being stopped when `Engine.stop()` is called. ([#1476](https://github.com/excaliburjs/Excalibur/pull/1476)) - - - + ## [0.23.0] - 2019-06-08 @@ -876,7 +890,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). -[unreleased]: https://github.com/excaliburjs/Excalibur/compare/v0.23.0...HEAD +[unreleased]: https://github.com/excaliburjs/Excalibur/compare/v0.24.0...HEAD +[0.24.0]: https://github.com/excaliburjs/Excalibur/compare/v0.23.0...v0.24.0 [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