From 8e55dc72175143b9a171502eb4fee97be4a59d42 Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Tue, 23 Aug 2022 14:03:59 -0700 Subject: [PATCH] Changelog for #2190 --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index ebaa99f6..88ce6570 100644 --- a/changelog.txt +++ b/changelog.txt @@ -9,6 +9,7 @@ OPENSEADRAGON CHANGELOG * We now delegate tile fetching and caching to the TileSource, to allow for custom tile formats (#2148 @Aiosa) * Fixed: Cropping tiled images with polygons was broken (#2183 @altert) * Fixed: Disabling buttons only changed their appearance, but they were still clickable (#2187 @pearcetm) +* Fixed: ImageTileSource produced an error having to do with getTileHashKey (#2190 @Aiosa) 3.1.0: