From 09544f795fce18375ba26cf03242828bbb8951b0 Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Wed, 30 Nov 2022 14:14:21 -0800 Subject: [PATCH] Changelog for #2246 --- changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index d7c5b79e..018510e9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -7,7 +7,7 @@ OPENSEADRAGON CHANGELOG * DEPRECATION: Don't access the viewport's degrees property directly anymore; instead use setRotation and getRotation (#2136 @jonasengelmann) * New gesture: Double-click and drag to zoom (on by default for touch) (#2225 @HamzaTatheer) * You can now provide a pivot point when rotating the viewport (#2233 @ pearcetm) -* Improved the constraints that keep the image in the viewer, specifically when zoomed out a lot (#2160 @joedf) +* Improved the constraints that keep the image in the viewer, specifically when zoomed out a lot (#2160 @joedf, #2246 @pearcetm) * 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)