From 055699a00aeae886582a3e7f9db2f9f2edf83809 Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Thu, 23 Dec 2021 11:47:41 -0800 Subject: [PATCH] Changelog for #2075 --- changelog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.txt b/changelog.txt index d87a22e3..ffaa8091 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,8 @@ OPENSEADRAGON CHANGELOG 3.0.1: (in progress) +* Added subPixelRoundingForTransparency Viewer option to address seams that can appear in semi-transparent images (#2075 @TanukiSharp) +* Added Viewer.isAnimating() (#2075 @TanukiSharp) * Added isFullScreen method to Viewer (#2067 @JachiOnuoha) * Fixed an issue where turning off panVertical or panHorizontal would not affect the panning keyboard combos (#2069 @JachiOnuoha) * Cleaned up console.logs so that errors and warnings use console.error and console.warn as appropriate (#2073 @Abhishek-90)