Fix typo in changelog.txt

This commit is contained in:
Conner Wingard 2015-07-15 10:25:28 -04:00
parent b687332c9e
commit 5633c3fe48

View File

@ -13,7 +13,7 @@ OPENSEADRAGON CHANGELOG
* Better error reporting for tile load failures (#679) * Better error reporting for tile load failures (#679)
* Added collectionColumns as a configuration parameter (#680) * Added collectionColumns as a configuration parameter (#680)
* Added support for non-square tiles (#673) * Added support for non-square tiles (#673)
* TileSource.Options objects can now optionally provide tileWidth/tileWidth instead of tileSize for non-square tile support. * 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. * IIIFTileSources will now respect non-square tiles if available.
* DEPRECATION: TileSource.getTileSize is deprecated use TileSource.getTileWidth and TileSource.getTileHeight instead. * DEPRECATION: TileSource.getTileSize is deprecated use TileSource.getTileWidth and TileSource.getTileHeight instead.