From 5c518621b11924fe2f2b7c514db09cb07a8098d2 Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Tue, 25 Aug 2015 09:08:28 -0700 Subject: [PATCH] Changelog for #706 --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index 52daa29d..b0ba97d6 100644 --- a/changelog.txt +++ b/changelog.txt @@ -19,6 +19,7 @@ OPENSEADRAGON CHANGELOG * Added XDomainRequest as fallback method for ajax requests if XMLHttpRequest fails (for IE < 10) (#693) * Now avoiding using eval when JSON.parse is available (#696) * Rotation now works properly on retina display (#708) +* Added option in addTiledImage to replace tiledImage at index (#706) 2.0.0: