From 2e99e486031c7ae278138e0e9a99e30c231bdccb Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Thu, 6 Apr 2023 14:12:30 -0700 Subject: [PATCH] Fixed changelog for #2136 --- changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index aece3607..61652f3b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -22,7 +22,7 @@ OPENSEADRAGON CHANGELOG 4.0.0: -* NEW BEHAVIOR: Setting the viewport rotation now animates by default (pass false for the new `immediately` parameter to disable) (#2136 @jonasengelmann) +* NEW BEHAVIOR: Setting the viewport rotation now animates by default (pass true for the new `immediately` parameter to disable) (#2136 @jonasengelmann) * NEW BEHAVIOR: The auto resize now takes both width and height into account when scaling the contents proportionally to the viewer (#2256 @pearcetm) * 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)