From 470afb1b7ff1a3949aea817b32a3763cc29d790e Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Fri, 19 Jun 2015 13:15:51 -0700 Subject: [PATCH] Changelog for #662 --- changelog.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/changelog.txt b/changelog.txt index 6f078465..b782c509 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,10 +3,11 @@ OPENSEADRAGON CHANGELOG 2.0.1: (in progress) * BREAKING CHANGE: the tile does not hold a reference to its image anymore. Only the tile cache keep a reference to images. -* DEPRECATION: let ImageRecord.getRenderedContext create the rendered context instead of using ImageRecord.setRenderedContext. -* Added "tile-loaded" event on the viewer allowing to modify a tile before it is marked ready to be drawn. (#659) -* Added "tile-unloaded" event on the viewer allowing to free up memory one has allocated on a tile. (#659) -* Fix flickering tiles with useCanvas=false when no cache is used. (#661) +* DEPRECATION: let ImageRecord.getRenderedContext create the rendered context instead of using ImageRecord.setRenderedContext +* Added "tile-loaded" event on the viewer allowing to modify a tile before it is marked ready to be drawn (#659) +* Added "tile-unloaded" event on the viewer allowing to free up memory one has allocated on a tile (#659) +* Fixed flickering tiles with useCanvas=false when no cache is used (#661) +* Added additional coordinates conversion methods to TiledImage (#662) 2.0.0: