From 81e24e6ba229fcd96fd0966d6acbe98b14d944fc Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Thu, 30 Jul 2015 10:05:49 -0700 Subject: [PATCH] Changelog for #693 --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index f9297c4f..ea50a634 100644 --- a/changelog.txt +++ b/changelog.txt @@ -16,6 +16,7 @@ OPENSEADRAGON CHANGELOG * Added support for non-square tiles (#673) * TileSource.Options objects can now optionally provide tileWidth/tileHeight instead of tileSize for non-square tile support. * IIIFTileSources will now respect non-square tiles if available. +* Added XDomainRequest as fallback method for ajax requests if XMLHttpRequest fails (for IE < 10) (#693) 2.0.0: