From deddfa2a1875753021c4e7d4f1b67e3e447d13d7 Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Wed, 10 Feb 2016 09:49:53 -0800 Subject: [PATCH] Changelog for #840 --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index 265a75a8..a744c693 100644 --- a/changelog.txt +++ b/changelog.txt @@ -15,6 +15,7 @@ OPENSEADRAGON CHANGELOG * Added globalCompositeOperation option for tiledImage, to allow for different transfer modes (#814) * Added Viewer.addSimpleImage method for easily adding non-tiled images (#827) * DziTileSource now works properly with DZI files that have no extension (#835) +* Fixed navigator not being rotated when viewport rotation is set in constructor (#840) 2.1.0: