From 5184ed6c9fe4c0b7dac4ac7333fabb10ec06586d Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Fri, 31 Jan 2025 09:40:00 -0800 Subject: [PATCH] Changelog for #2676 --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index 381e5b77..e718de0f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -25,6 +25,7 @@ OPENSEADRAGON CHANGELOG * New demos, demonstrating the new pipeline. New demos for older plugins to show how compatible new version is. * Misc: updated CSS for dev server, new dev & test commands. * Improved how OpenSeadragon is imported in various environments (#2644 @Aiosa) +* Improved documentation (#2676 @bennlich) * Improved unit tests (#2640 @harshkg23) * Fixed: Transparency detection didn't always work properly (#2636 @pcram-techcyte) * Fixed: MouseTracker's hasGestureHandlers and hasScrollHandler values were not getting updated upon dynamically adding/removing handlers (#2649 @Seafret)