From 71f93a27cd08d247370178e906bcfa4d73e545be Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Tue, 23 Feb 2016 10:28:16 -0800 Subject: [PATCH] Changelog for #859 --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index 3b9e79f5..b9da351a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -24,6 +24,7 @@ Viewport.contentAspectY have been removed. * Fixed: Viewer.setMouseNavEnabled wasn't affecting all of the viewer's trackers (#845) * Fixed: with scrollToZoom disabled, the viewer caused page scrolling to slow down (#858) * Added Viewer.getOverlayById and Overlay.getBounds functions (#853) +* Tiled images with 0 opacity no longer load their tiles or do drawing calculations (#859) 2.1.0: