From f9a8b97cf965f4625977021859d7aaa0cb6a272f Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Wed, 31 Jan 2024 09:47:49 -0800 Subject: [PATCH] Changelog for #2310 --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index 899f04d2..42ec44c3 100644 --- a/changelog.txt +++ b/changelog.txt @@ -5,6 +5,7 @@ OPENSEADRAGON CHANGELOG * BREAKING CHANGE: Dropped support for IE11 (#2300, #2361 @AndrewADev) * DEPRECATION: The OpenSeadragon.createCallback function is no longer recommended (#2367 @akansjain) +* The viewer now uses WebGL when available (#2310 @pearcetm, @Aiosa) * Added webp to supported image formats (#2455 @BeebBenjamin) * Introduced maxTilesPerFrame option to allow loading more tiles simultaneously (#2387 @jetic83) * Now when creating a viewer or navigator, we leave its position style alone if possible (#2393 @VIRAT9358)