From 306092fe2797aec582220c52c54e04b4cb5b7a18 Mon Sep 17 00:00:00 2001 From: Erik Onarheim Date: Mon, 19 Feb 2024 23:12:56 -0600 Subject: [PATCH] chore: Prep changelog for release --- CHANGELOG.md | 35 ++++++++++++++++++++++++++++++----- 1 file changed, 30 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4fc7ecce..cf980cb93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,36 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Breaking Changes +- + +### Deprecated + +- + +### Added + +- + +### Fixed + +- + +### Updates + +- + +### Changed + +- + + + + + +## [v0.29.0] + +### Breaking Changes + - `ex.Engine.goToScene`'s second argument now takes `GoToOptions` instead of just scene activation data ```typescript { @@ -350,11 +380,6 @@ This project adheres to [Semantic Versioning](http://semver.org/). - - - - - - ## [v0.28.7] ### Breaking Changes