From e339ff74dc1b11b0d83057f13efdeb8ef43701c2 Mon Sep 17 00:00:00 2001 From: jedeen Date: Sat, 4 Aug 2018 10:29:15 -0500 Subject: [PATCH] [chore] Update changelog for 0.18.0 release (#1022) --- CHANGELOG.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acbff5966..7212915cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Breaking Changes +### Added + +### Changed + +### Deprecated + +### Fixed + + + +## [0.18.0] - 2018-08-04 + +### Breaking Changes + - `Sound.setVolume()` replaced with `Sound.volume` - `Sound.setLoop()` replaced with `Sound.loop` @@ -23,7 +37,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Fixed missing `exitviewport/enterviewport` events on Actors.on/once/off signatures ([#978](https://github.com/excaliburjs/Excalibur/issues/978)) - Fix issue where Actors would not be properly added to a scene if they were removed from that scene during the same frame ([#979](https://github.com/excaliburjs/Excalibur/issues/979)) - + ## [0.17.0] - 2018-06-04 @@ -657,7 +671,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). -[unreleased]: https://github.com/excaliburjs/Excalibur/compare/v0.17.0...HEAD +[unreleased]: https://github.com/excaliburjs/Excalibur/compare/v0.18.0...HEAD +[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 [0.16.0]: https://github.com/excaliburjs/Excalibur/compare/v0.15.0...v0.16.0 [0.15.0]: https://github.com/excaliburjs/Excalibur/compare/v0.14.0...v0.15.0