Changelog for #696

This commit is contained in:
Ian Gilman 2015-07-31 10:22:03 -07:00
parent bc6759e7fb
commit 1aacf69e76

View File

@ -17,6 +17,7 @@ OPENSEADRAGON CHANGELOG
* TileSource.Options objects can now optionally provide tileWidth/tileHeight instead of tileSize for non-square tile support.
* IIIFTileSources will now respect non-square tiles if available.
* Added XDomainRequest as fallback method for ajax requests if XMLHttpRequest fails (for IE < 10) (#693)
* Now avoiding using eval when JSON.parse is available (#696)
2.0.0: