From 28e5e509e30b7d7dae57af5e0df129699b1fe3fa Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Thu, 26 Sep 2013 10:13:06 -0700 Subject: [PATCH] Made breaking changes more clear --- changelog.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 46e84e18..6dcb9637 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,11 +3,11 @@ OPENSEADRAGON CHANGELOG 1.0.0: (in progress) +* BREAKING CHANGE: Renamed EventHandler to EventSource (#225) +* BREAKING CHANGE: MouseTracker event handler method signatures changed to 'handlerMethod( tracker, eventData)' (#23) * MouseTracker now passes the original event objects to its handler methods (#23) -* Breaking change: MouseTracker event handler method signatures changed to 'handlerMethod( tracker, eventData)' (#23) * MouseTracker now supports an optional 'moveHandler' method for tracking mousemove events (#215) * Fixed: Element-relative mouse coordinates now correct if the element and/or page is scrolled (using new OpenSeadragon.getElementOffset() method) (#131) -* Renamed EventHandler to EventSource (#225) 0.9.131: