From 3dc1fc87b1a5ed7ebe322026f07f8ebb4d6c0b30 Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Fri, 15 Apr 2022 14:16:06 -0700 Subject: [PATCH] Changelog for #2142 --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index 4fd0d725..37f225b6 100644 --- a/changelog.txt +++ b/changelog.txt @@ -17,6 +17,7 @@ OPENSEADRAGON CHANGELOG * Exposed TiledImage's private functions for better maintainability (#2134 @Aiosa) * Fixed an issue where full page mode wouldn't grow properly if you resized the window (#2100 @TanukiSharp) * Tile cache keys are now generated by the tile source, so it's easier to override them as needed (#2138 @Aiosa) +* Now if you pass an error handler into makeAjaxRequest, it doesn't report errors into the console (#2142 @Aiosa) 3.0.0: