From facd21cb3e8cb3cc285a1982911796200b4ada89 Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Mon, 9 Dec 2024 00:07:35 +0900 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23a3b1335..9a826c0ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## Unreleased +### Fixed +- CameraTransition Component: Allow for not passing in a "mode". + ## [0.3.44] - 2024.12.07 ### Fixed - TilesRenderer: Root tile load state not getting set correctly.