Update Changelog (WMS)

This commit is contained in:
Vladimir Agafonkin 2011-05-16 11:45:36 -07:00
parent a3c029bf37
commit 478c5c191a

View File

@ -1,8 +1,9 @@
## 0.2 (master)
* Disabled zoom animation on Android by default because it's buggy on some devices (will be enabled back when it's stable enough) (#32).
* Fixed a bug where zooming is broken if the map contains a polygon and you zoom to an area where it's not visible (#47).
## 0.1 (2011-05-13)
## 0.2 (master)
* Added WMS support (L.TileLayer.WMS), currently EPSG:3857 only (#50).
* Disabled zoom animation on Android by default because it's buggy on some devices (will be enabled back when it's stable enough) (#32).
* Fixed a bug where zooming is broken if the map contains a polygon and you zoom to an area where it's not visible (#47).
## 0.1 (2011-05-13)
* Initial Leaflet release.