Skip to content

Commit 31181e2

Browse files
committed
Update CHANGELOG
1 parent 403ad9f commit 31181e2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ https://semver.org/spec/v2.0.0.html
1313
## [Unreleased]
1414

1515
### Removed
16-
- Remove dependency on `six` (solves issue [#536]).
16+
- Remove dependency on `six` (PR [#537], fixes issue [#536]).
1717

1818
## [1.3.2] - 2022-02-10
1919

@@ -85,7 +85,7 @@ https://semver.org/spec/v2.0.0.html
8585
This change together with the precompiled binary wheels in PyPI should solve
8686
most of the former installation problems (see issues [#403], [#405], [#422],
8787
[#436], [#445], [#456], [#461], [#488], [#489], [#491], [#510], [#513],
88-
[#525] and [#526]).
88+
[#525], [#526] and [#535]).
8989
- Upgrade default GEOS library dependency to 3.5.1.
9090
- Update and clarify licenses. In summary:
9191
- `basemap`: MIT license.
@@ -892,8 +892,12 @@ https://semver.org/spec/v2.0.0.html
892892
- Fix glitches in drawing of parallels and meridians.
893893

894894

895+
[#537]:
896+
https://github.com/matplotlib/basemap/pull/537
895897
[#536]:
896898
https://github.com/matplotlib/basemap/issues/536
899+
[#535]:
900+
https://github.com/matplotlib/basemap/issues/535
897901
[#533]:
898902
https://github.com/matplotlib/basemap/issues/533
899903
[#532]:

0 commit comments

Comments
 (0)