From 2d04306fb70332c051297de9692fc22d2c1027f5 Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Wed, 28 Feb 2024 23:09:47 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7922ce76a..3c63d84b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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). +## [0.3.26] - 2024-02-29 +### Fixed +- FadeTilesMixin.deleteCamera now correctly calls the parent function. +- EnvironmentControls now dispatches events on zoom value change. + ## [0.3.25] - 2024-02-21 ### Changed - "getBounds" and "getOrientedBounds" functions have been renamed to "getBoundingBox" and "getOrientedBoundingBox".