From f15d5a2bfff22f0caa61430fd2259e48d3ecd71b Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Wed, 17 Nov 2021 15:10:23 -0800 Subject: [PATCH] Changelog for #2059 --- changelog.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 97fd5262..af542783 100644 --- a/changelog.txt +++ b/changelog.txt @@ -57,7 +57,8 @@ OPENSEADRAGON CHANGELOG * Fixed a bug where the navigator wouldn't pick up opacity/composite changes made while it is loading (#2018 @crydell) * 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) +* 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) 2.4.2: