From 7f88bf78b6edbedb3721af6807937b461d302e48 Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Fri, 30 Aug 2013 09:53:04 -0700 Subject: [PATCH] Changelog for #208 --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index 6b63e0ba..d33d3286 100644 --- a/changelog.txt +++ b/changelog.txt @@ -6,6 +6,7 @@ OPENSEADRAGON CHANGELOG * Fixed: canvas-click event shouldn't fire as you drag (#198) * Fixed: LegacyTileSource doesn't fail gracefully when no supported file formats are found (#202) * Added an optional userData argument to EventHandler.addHandler() which is passed unchanged to the handler method (#203) +* Fixed AJAX error reporting on IE8 (#208) 0.9.130: