From be382a47b672a428234d817bf6872964a331e7e2 Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Fri, 21 Apr 2017 09:55:23 -0700 Subject: [PATCH] Changelog for #1149 --- changelog.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 1772c4e9..f5d43f58 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,12 +1,14 @@ OPENSEADRAGON CHANGELOG ======================= -2.2.2: (in progress) +2.3.0: (in progress) * BREAKING CHANGE: Tile.distance has been removed (#1027) * BREAKING CHANGE: Viewer's canvas-click event is now fired before it initiates the zoom (#1148) +* BREAKING CHANGE: Viewer's canvas-drag event is now fired before it pans (#1149) * Optimization: Use the squared distance when comparing tiles (#1027) * You can now prevent canvas-click events from zooming on a per-event basis (#1148) +* You can now prevent canvas-drag events from panning on a per-event basis (#1149) * You can now set the rotation of individual tiled images (#1006) * Fixed CORS bug in IE 10 (#967) * Added support for commonjs (#984)