diff --git a/changelog.txt b/changelog.txt index 3cd4f811..1772c4e9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -4,6 +4,9 @@ OPENSEADRAGON CHANGELOG 2.2.2: (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) +* 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 set the rotation of individual tiled images (#1006) * Fixed CORS bug in IE 10 (#967) * Added support for commonjs (#984) @@ -15,7 +18,6 @@ OPENSEADRAGON CHANGELOG * Fixed: Initial tile load wasn't happening in parallel (#1014) * Added Zoomify tile source (#863) * Fixed problem with "sparse image" DZI files (#995) -* Optimization: Use the squared distance when comparing tiles (#1027) * Fix IndexSizeError on IE and Edge that occurred under certain circumstances (e.g. multi-image with transparency) (#1035) * ImageTileSource now works in IE8 (#1041) * LegacyTileSource now allows any image URLs regardless of type (#1056)