From 7670892ae74c88eb2793e849fedd84062346a20f Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Sat, 26 Nov 2022 18:01:44 -0800 Subject: [PATCH] Just a tiny change to trigger Travis... --- changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 898f75d5..a6e2ef00 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,7 +1,7 @@ OPENSEADRAGON CHANGELOG ======================= -3.2.0: (in progress) +3.2.0: (in progress...) * NEW BEHAVIOR: Setting the viewport rotation now animates by default (pass false for the new immediately parameter to disable) (#2136 @jonasengelmann) * DEPRECATION: Don't access the viewport's degrees property directly anymore; instead use setRotation and getRotation (#2136 @jonasengelmann)