From bf06f271c6ed7d1c1e3fdaf155ca3e9ce4d02396 Mon Sep 17 00:00:00 2001
From: Ian Gilman <ian@iangilman.com>
Date: Fri, 10 Mar 2023 13:52:32 -0800
Subject: [PATCH] Changelog for #2293

---
 changelog.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/changelog.txt b/changelog.txt
index 0a9616ea..2da01334 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -9,6 +9,7 @@ OPENSEADRAGON CHANGELOG
 * All of the viewers keyboard handling is now in response to keydown events (it used to be split between keydown and keypress) (#2291 @MohitBansal321)
 * Added canvas-focus and canvas-blur events to Viewer (#2301 @MohitBansal321)
 * You can now more easily add custom buttons to the viewer (#2306 @MohitBansal321)
+* The fitBounds function now takes zoom constraints into account (#2293 @pearcetm)
 * Improved documentation (#2297 @KevinBritten)
 * Fixed: The tile-loaded event's completionCallback could be called more than once in some circumstances (#2282 @Aiosa, @pearcetm)
 * Fixed: Navigator display rectangle was off if the page had box-sizing: border-box (#2276 @ambujsahu81)