From 2d2e76e47406233ca552d0d13ef8d506e4692d06 Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Fri, 12 Jan 2024 04:09:35 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a386e947..c67fd85e2 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). +## [0.3.24] - Unreleased +### Added +- Support for dispatched events to TilesRenderer and equivelent events for existing `.on*` callbacks + ## [0.3.23] - 2024-01-09 ### Fixed - Case where Google tiles did not load to a further depth when a tile has no content and no children.