From 324dc4ed30e43d1d2354ebb5c685ba2c97c76a0b Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Wed, 24 May 2023 14:03:14 -0700 Subject: [PATCH] Changelog for #2356 --- changelog.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index cc889485..3ee9cd3b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,8 +1,9 @@ OPENSEADRAGON CHANGELOG ======================= -4.0.1: (in progress...) +4.1.0: (in progress...) +* NEW BEHAVIOR: When `navigatorRotate` is false, while the navigator image doesn't rotate, the red outline now does (#2356 @lcl45) * The viewer no longer emits `canvas-key` events for both keydown and keypress events; canvas-key is now just for keydown, and the new `canvas-key-press` is for keypress (#2270 @hrghauri) * You can now specify a priority when calling addHandler, to control when your event handler gets called relative to others (#2273 @Aiosa) * Added tileRetryMax and tileRetryDelay options, so the viewer can retry loading failed tiles (#2238 @Ughuuu @paaddyy, #2334 @Ughuuu @Titan21)