From 9373ecc3cb0d7bd683a6cb1b346210f0492443b0 Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Wed, 28 Aug 2013 09:58:13 -0700 Subject: [PATCH] Changelog for #204 --- changelog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.txt b/changelog.txt index 7519fdef..6b63e0ba 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,10 @@ OPENSEADRAGON CHANGELOG 0.9.131: (in progress) +* Fixed: canvas-click event shouldn't fire as you drag (#198) +* Fixed: LegacyTileSource doesn't fail gracefully when no supported file formats are found (#202) +* Added an optional userData argument to EventHandler.addHandler() which is passed unchanged to the handler method (#203) + 0.9.130: * Added partial support for rotation (just 90 degree increments for now). (#185)