changelog update

This commit is contained in:
Mark Salsbery 2015-01-16 16:31:23 -08:00
parent 2831771af5
commit abacc50820

View File

@ -15,6 +15,9 @@ OPENSEADRAGON CHANGELOG
* Removed Viewer onContainerPress/onContainerRelease handlers (and the associated 'container-release' event ) that were never fired due to the canvas (child) element capturing the DOM events (#566)
* Added 'canvas-enter', 'canvas-exit', and 'canvas-press' events to Viewer (#566)
* ButtonGroup - removed obsolete MouseTracker event handlers (#566)
* MouseTracker - added keydown and keyup handlers (#568)
* Modifier keys ignored in keyboard navigation handlers (#503)
* Arrow key navigation fixed across platforms (#565)
1.2.0: