From fdf1fd7390752f37cbb1085fda2f7cf1c5ae4ebc Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Sun, 28 Feb 2021 22:24:24 +0100 Subject: [PATCH] DOC: fix typo in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cc706d..9bcd8d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -78,7 +78,7 @@ Bug fixes: - Fix regression in the `plot()` method raising an error with empty geometries (#1702, #1828). - Fix `geopandas.overlay()` to preserve geometries of the correct type which - are nested withing a GeometryCollection as a result of the overlay + are nested within a GeometryCollection as a result of the overlay operation (#1582). In addition, a warning will now be raised if geometries of different type are dropped from the result (#1554). - Fix the repr of an empty GeoSeries to not show spurious warnings (#1673).