From 0335f3f4abfcd003a70ecd2fce92475bb13fa207 Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Tue, 28 Jun 2022 14:15:35 -0700 Subject: [PATCH] Changelog for #2148 --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index 5ec7c82d..1017ccbf 100644 --- a/changelog.txt +++ b/changelog.txt @@ -6,6 +6,7 @@ OPENSEADRAGON CHANGELOG * Improved the constraints that keep the image in the viewer, specifically when zoomed out a lot (#2160 @joedf) * You can now provide an element for the navigator (as an alternative to an ID) (#1303 @cameronbaney, #2166 #2175 @joedf) * Now supporting IIIF "id" and "identifier" in addition to "@id" (#2173 @ahankinson) +* We now delegate tile fetching and caching to the TileSource, to allow for custom tile formats (#2148 @Aiosa) 3.1.0: