From a551922537ef92c172966a028a4a9cd02934b349 Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Thu, 30 May 2013 10:03:37 -0700 Subject: [PATCH] Update changelog for recent fixes --- changelog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog.txt b/changelog.txt index 9e696ade..e8bbdbe6 100644 --- a/changelog.txt +++ b/changelog.txt @@ -9,6 +9,9 @@ OPENSEADRAGON CHANGELOG * Keyboard handling is now done in the viewer rather than navigator (#46) * Additional navigator fixes (#46) * Fixed an error in EventHandler.removeHandler() (#48) +* Better requestAnimationFrame detection on older Firefox (#103) +* More efficient navigator loading (#115) +* Sometimes tiles wouldn't resolve if you used the blendTime option; fixed. (#95) 0.9.127: