From 824c9ab2115a52cab718cb83ee4c3f465754c99f Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Mon, 24 Oct 2016 10:13:52 -0700 Subject: [PATCH] Changelog for #1056 --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index 6a24a0f1..f8ff41a1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -17,6 +17,7 @@ OPENSEADRAGON CHANGELOG * Optimization: Use the squared distance when comparing tiles (#1027) * Fix IndexSizeError on IE and Edge that occurred under certain circumstances (e.g. multi-image with transparency) (#1035) * ImageTileSource now works in IE8 (#1041) +* LegacyTileSource now allows any image URLs regardless of type (#1056) 2.2.1: