From d03b6a7569687f3fdff7a1fa7b036d4c5416811e Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Thu, 11 Aug 2016 09:48:23 -0700 Subject: [PATCH] changelog for #999 --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index eb18e085..dea0843c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -7,6 +7,7 @@ OPENSEADRAGON CHANGELOG * Added support for commonjs (#984) * Added an option to addTiledImage to change the crossOriginPolicy (#981) * Fixed issue with tiles not appearing with wrapHorizontal/wrapVertical if you pan too far away from the origin (#987) +* The Viewer's tileSources option is now smarter about detecting JSON vs XML vs URL (#999) 2.2.1: