changelog update for touch event issue #240

This commit is contained in:
Mark Salsbery 2013-10-03 15:51:44 -07:00
parent 9928a6d925
commit 47b32eaae9

View File

@ -18,6 +18,7 @@ OPENSEADRAGON CHANGELOG
* MouseTracker now passes the original event objects to its handler methods (#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)
* Fixed: Touch event issue where no canvas-click events were being raised (#240)
0.9.131: