From c86edb1666ed32f2919ed07a33e3f62d26146129 Mon Sep 17 00:00:00 2001 From: Frank <33519926+Conengmo@users.noreply.github.com> Date: Fri, 1 May 2020 21:41:33 +0200 Subject: [PATCH] Update CHANGES.txt --- CHANGES.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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 ~~~~~~