From 0137176b3e8c13a3d9ee9e7681552f9fd5ab3e16 Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Fri, 4 Oct 2013 11:07:23 -0700 Subject: [PATCH] Changelog for #230 --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index 6dcb9637..e8098d36 100644 --- a/changelog.txt +++ b/changelog.txt @@ -8,6 +8,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) +* Added IIIF Image API 1.1 Tile Source (#230) 0.9.131: