diff --git a/CHANGES.txt b/CHANGES.txt index 6ff45bb46..d2d482688 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,25 @@ +0.11.0 +~~~~~~ + +- Upgrade Leaflet 1.5.1 -> 1.6.0 (@conengmo #1241) +- Add auto_start parameter to locate control plugin (@fullonic #1220) +- New feature: GeoJsonPopup (@jtbaker #1023) + +Bug fixes + +- Choropleth: default color for with and without data (@conengmo #1288) +- Update WMS data url in WmsTimeDimension example notebook (@sknzl #1259) +- Search plugin: fix position argument (@jjbenes #1304) +- Fix GeoJsonPopupAndTooltip example notebook (@conengmo #1298) +- Change geopandas dataframe `to_crs()` usage syntax (@artnikitin #1251) +- GeoJson: fix `show` parameter when embedding data (@conengmo #1289) +- Use https CDN for leaflet.timedimension.control.min.css (@sknzl #1256) +- Host leaflet-heatmap.js under different name to avoid adblockers (@conengmo #1240) + +API changes + +- Removed unused `folium.utilities.iter_points` function, use instead `iter_coords` (@conengmo #1294) + 0.10.1 ~~~~~~