From 1482f21d1193c79708a75b8bd85de09bc74fff3d Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Thu, 1 Aug 2013 09:55:18 -0700 Subject: [PATCH] Changelog for #160 --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index c3c59390..59980ae9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -6,6 +6,7 @@ OPENSEADRAGON CHANGELOG * OpenSeadragon.now() returned undefined the first time; fixed * onTouchEnd did not call the correct mouse up handler; fixed (#159) * Touch events no longer capture mouse (was causing issues on devices that support both) (#168) +* You can now provide an onDraw function for overlays to do custom overlay manipulation (#160) 0.9.129: