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)