Skip to content

Commit 3bb1da4

Browse files
committed
Update CHANGELOG with bugfix for GEOS issue
1 parent 21d1644 commit 3bb1da4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ https://semver.org/spec/v2.0.0.html
1515
### Fixed
1616
- Fix broken array slicing inside `addcyclic` (PR [#559], solves issue
1717
[#555], thanks to @fragkoul).
18+
- Fix wrong Antarctica coastline boundary with GEOS >= 3.9.0 (PR [#560],
19+
solves issue [#522]).
1820

1921
## [1.3.4] - 2022-08-10
2022

@@ -930,6 +932,8 @@ https://semver.org/spec/v2.0.0.html
930932
- Fix glitches in drawing of parallels and meridians.
931933

932934

935+
[#560]:
936+
https://github.com/matplotlib/basemap/pull/560
933937
[#559]:
934938
https://github.com/matplotlib/basemap/pull/559
935939
[#555]:
@@ -966,6 +970,8 @@ https://github.com/matplotlib/basemap/issues/527
966970
https://github.com/matplotlib/basemap/issues/526
967971
[#525]:
968972
https://github.com/matplotlib/basemap/issues/525
973+
[#522]:
974+
https://github.com/matplotlib/basemap/issues/522
969975
[#521]:
970976
https://github.com/matplotlib/basemap/issues/521
971977
[#518]:

0 commit comments

Comments
 (0)