From 41a3048617cb77203d4e6cd43e4b71bd25b67c4b Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Wed, 15 Jan 2025 14:23:35 +0900 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 251bcc9a..45bb9485 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## Unreleased ### Added - Updated types for EnvironmentControls and GlobeControls. +- TilesAttributionOverlay: Added "generateAttributions" callback for generating child elements. + +### Fixed +- CanvasDOMOverlay is now correctly positioned at the same spot as the canvas. ## [0.4.2] - 2025.01.14 ### Fixed