From 434664cc42e80e4588d238089935c3e693843465 Mon Sep 17 00:00:00 2001 From: jedeen Date: Sun, 23 Dec 2018 08:10:21 -0600 Subject: [PATCH] [chore] Update changelog for 0.20.0 release (#1074) skip-checks: true --- CHANGELOG.md | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index add064923..f4162e5a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,20 +9,36 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added +### Changed + +### Deprecated + +### Fixed + + + +## [0.20.0] - 2018-12-10 + +### Breaking Changes + +- `ex.PauseAfterLoader`removed, use Use `ex.Loader` instead + +### Added + - Added strongly typed EvenTypes enum to Events.ts to avoid magic strings [#1066](https://github.com/excaliburjs/Excalibur/issues/1058) ### Changed - Added parameter on SpriteSheet constructor so you can define how many pixel spacing is between sprites ([#1058] https://github.com/excaliburjs/Excalibur/issues/1058) -### Deprecated + + +## [0.19.1] - 2018-10-22 ### Fixed - Fixed issue where there were missing files in the dist (Loader.css, Loader.logo.png) ([#1057](https://github.com/excaliburjs/Excalibur/issues/1057)) - - ## [0.19.0] - 2018-10-13 ### Changed @@ -695,7 +711,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). -[unreleased]: https://github.com/excaliburjs/Excalibur/compare/v0.19.0...HEAD +[unreleased]: https://github.com/excaliburjs/Excalibur/compare/v0.20.0...HEAD +[0.20.0]: https://github.com/excaliburjs/Excalibur/compare/v0.19.1...v0.20.0 +[0.19.1]: https://github.com/excaliburjs/Excalibur/compare/v0.19.0...v0.19.1 [0.19.0]: https://github.com/excaliburjs/Excalibur/compare/v0.18.0...v0.19.0 [0.18.0]: https://github.com/excaliburjs/Excalibur/compare/v0.17.0...v0.18.0 [0.17.0]: https://github.com/excaliburjs/Excalibur/compare/v0.16.0...v0.17.0