From c8f4934c8a5f33b15830d9a82e5443a48519db63 Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Wed, 1 Dec 2021 11:31:49 -0800 Subject: [PATCH] Changelog for #2066 --- changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index af542783..582f2d53 100644 --- a/changelog.txt +++ b/changelog.txt @@ -58,7 +58,7 @@ OPENSEADRAGON CHANGELOG * Explicitly set passive:false for wheel event handlers to suppress console warnings. Fixes #1669 (#2043 @msalsbery) * Viewer's canvas-click events now include an originalTarget property so you can know which element received the click (#2037 @iangilman) * Added method for getting the size of an image in window coordinates (#2049 @superbland) -* Fixed an issue with TileSource's getLevelScale that would arise if you changed maxLevel (#2059 @kim-sanghoon) +* Added a setMaxLevel function to TileSource so you can change its maxLevel if needed (#2059, #2066 @kim-sanghoon) 2.4.2: