From f471040ddfb5f03beb684cb58eea2ca6f6763883 Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Tue, 19 Sep 2017 10:13:21 -0700 Subject: [PATCH] Changelog for #1288 --- changelog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog.txt b/changelog.txt index 64d7e821..9b8ac00b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,9 @@ OPENSEADRAGON CHANGELOG 2.4.0: (In Progress) +* BREAKING CHANGE: Viewer's canvas-double-click event is now fired before it initiates the zoom (#1288) +* You can now prevent canvas-double-click events from zooming on a per-event basis (#1288) + 2.3.1: * Debug mode now uses different colors for different tiled images (customizable via debugGridColor) (#1271)