From 449c709dccba5589179db388c859da6ef08b70fb Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Mon, 2 May 2022 14:35:30 -0700 Subject: [PATCH] Changelog for #2145 --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index d4c687ad..fcb9cc8d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -18,6 +18,7 @@ OPENSEADRAGON CHANGELOG * Fixed an issue where full page mode wouldn't grow properly if you resized the window (#2100 @TanukiSharp) * Tile cache keys are now generated by the tile source, so it's easier to override them as needed (#2138 @Aiosa) * Now if you pass an error handler into makeAjaxRequest, it doesn't report errors into the console (#2142 @Aiosa) +* Fixed error caused by attaching MouseTracker to the page's document element (#2145 @tdiprima) 3.0.0: