diff --git a/CHANGES.txt b/CHANGES.txt index 566828063..318206ba2 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,7 +1,23 @@ -0.2.0.dev -~~~~~~~~~ -TODO - +0.2.0 +~~~~~ +Major changes to the API with the new plugin system, +and several new features in this version. For more information check the docs: +http://python-visualization.github.io/folium/ + +- Added control_scale (BibMartin and jelmelk #355) +- WMS styles (ocefpaf #348) +- Docs! (BibMartin #344, #337, #329) +- No tile option (ocefpaf #330) +- GeoJSON and TopoJSON `style_function` (BibMartin #317 and #266) +- Colormaps (BibMartin # 300) +- Map CRS (BibMartin #297) +- GeoPandas drawing (BibMartin #296) +- Div Icons (BibMartin #250) +- CustomIcon (BibMartin #230) +- HeatMap (BibMartin #213) + +And many bug fixes. +See https://github.com/python-visualization/folium/issues?&q=milestone:v0.2.0+is:closed+label:bug 0.1.6 ~~~~~