From 6426f6fc21d2b5fe6ca8a52bbd6ce2b0769cdd11 Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Wed, 13 Feb 2019 09:28:44 -0800 Subject: [PATCH] Updated #1595 changelog --- changelog.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 3cf2a57f..28ffe29d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,13 +3,12 @@ OPENSEADRAGON CHANGELOG 2.4.1: (In progress) -* You can now turn off the default canvas image smoothing, if you want sharp pixels when zoomed in past 100% (#1507) +* You can now turn off the default canvas image smoothing, if you want sharp pixels when zoomed in past 100% (#1507, #1595) * Fixed problem with navigator highlight rectangle when returning from full screen with a custom navigator location (#1515) * Added option to set rotation increment for nav buttons and keyboard (#1524) * Fixed issue with flipping and opacity with multi-image (#1549) * Removed vestigial button group label element that was causing issues for accessibility tools (#1560) * Fixed a bug causing Viewer.areControlsEnabled to throw an exception (#1562) -* Fixed a bug causing the imageSmoothingEnabled setting to sometimes be forgotten (#1595) 2.4.0: