From b2dbf35dcb9e7888f056924e82fe3c248d1fbb01 Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Fri, 22 Apr 2016 11:09:27 -0700 Subject: [PATCH] Changelog for #910 and #923 --- changelog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.txt b/changelog.txt index 8829d474..8f72af41 100644 --- a/changelog.txt +++ b/changelog.txt @@ -38,6 +38,8 @@ OPENSEADRAGON CHANGELOG * Added TiledImage.fitBounds method (#888) * Overlays can now be scaled in a single dimension by providing a point location and either width or height (#896) * Added full rotation support to overlays (#729, #193) +* Viewport.goHome() now takes clipping into account (#910) +* Improved zoom to point (#923) 2.1.0: