changelog.txt update for fixed issue #131

This commit is contained in:
Mark Salsbery 2013-09-20 10:23:22 -07:00
parent 93159aaf51
commit 5335048c64

View File

@ -5,7 +5,8 @@ OPENSEADRAGON CHANGELOG
* 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 a 'moveHandler' method for tracking mousemove events (#215)
* 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)
0.9.130: