From 2c9d244023264ff170741ad03a5ad555ae7bc2b1 Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Thu, 31 Mar 2022 13:55:53 -0700 Subject: [PATCH] Changelog for #2134 --- changelog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.txt b/changelog.txt index 303e1478..252a1d98 100644 --- a/changelog.txt +++ b/changelog.txt @@ -13,6 +13,8 @@ OPENSEADRAGON CHANGELOG * Fixed: Setting useCanvas to false would break the viewer (#2116 @rvv-bouvet) * Allow silencing multi-image warnings on viewport coordinate conversion functions (#2120 @claycoleman) * Fixed: Swiping fast multiple times made contact points in MouseTracker out of sync for touch events (#2121 @ronnymikalsen) +* Made MouseTracker more robust in certain scenarios (#2134 @Aiosa) +* Exposed TiledImage's private functions for better maintainability (#2134 @Aiosa) 3.0.0: