From 97a63db40c8ad4fbbc0c1e084b66db8b825db23b Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Mon, 16 Jan 2017 11:21:34 -0800 Subject: [PATCH] Changelog updates --- changelog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog.txt b/changelog.txt index 155f777c..551f3c97 100644 --- a/changelog.txt +++ b/changelog.txt @@ -21,6 +21,9 @@ OPENSEADRAGON CHANGELOG * LegacyTileSource now allows any image URLs regardless of type (#1056) * Fixed error in IE8 when zooming in (due to edge smoothing) (#1064) * Improved DziTileSource guessing of tilesUrl (#1074) +* Fixed issue with OpenSeadragon.version in the minified JavaScript (#1099) +* Fixed smoothTileEdgesMinZoom performance degradation on single-tile images (#1101) +* Fixed issue with tiles not appearing after rotation (#1102) 2.2.1: