From 0e3abe16f4849365ec0b5b0673bc37ce47c0cdc0 Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Fri, 15 Nov 2024 09:32:07 -0800 Subject: [PATCH] Changelog for #2615 --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index e8778d25..f8d2cfec 100644 --- a/changelog.txt +++ b/changelog.txt @@ -4,6 +4,7 @@ OPENSEADRAGON CHANGELOG 5.0.1: (in progress...) * Improved overlay handling so it plays better with other libraries (#2582 @BeebBenjamin) +* WebGLDrawer now supports the imageSmoothingEnabled option (#2615 @pearcetm) * Fixed: If you switched from WebGL drawer to canvas drawer, it didn't clean up properly (#2570 @pearcetm) * Fixed: TiledImage.setClip would sometimes leave tiles unloaded (#2590 @pearcetm) * Fixed: The WebGL drawer didn't support viewportMargins (#2600, #2606 @pearcetm)