From 6315977852a1d7b119e1a4b5227ba49773829f37 Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Tue, 3 Dec 2013 09:43:34 -0800 Subject: [PATCH] Updated changelog for 1.0.0 release --- changelog.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 73dc4c76..ea54d0d8 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,7 +1,9 @@ OPENSEADRAGON CHANGELOG ======================= -1.0.0: (in progress) +1.0.0: + +NOTE: This version has a number of breaking changes to the API, mostly in event handling. See below. * BREAKING CHANGE: All EventSource and MouseTracker event handler method signatures changed to 'handlerMethod(event)' where event == { eventSource, userData, ... } (#251) (Also fixes #23, #224, #239) * The new eventSource property in the event object replaces the old eventSource parameter that was passed to handler methods.