From 3b2d456a252c7146c12667a123ad4f862f296476 Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Thu, 14 Apr 2022 15:03:24 -0700 Subject: [PATCH] Changelog for #2138 --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index 1adeefd1..4fd0d725 100644 --- a/changelog.txt +++ b/changelog.txt @@ -16,6 +16,7 @@ OPENSEADRAGON CHANGELOG * Made MouseTracker more robust in certain scenarios (#2134 @Aiosa) * Exposed TiledImage's private functions for better maintainability (#2134 @Aiosa) * 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) 3.0.0: