Skip to content

Commit 620398a

Browse files
committed
Update CHANGELOG
1 parent 59dafcb commit 620398a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ https://semver.org/spec/v2.0.0.html
2121
### Fixed
2222
- Update `numpy` build dependency to ensure that builds also work on
2323
MacOS (fixes issue [#547], thanks to @SongJaeIn for testing).
24+
- Fix broken implementation of `Basemap.arcgisimage` (PR [#548], solves
25+
issue [#546]).
2426
- Enforce up-to-date `numpy` dependency when possible:
2527
- Set `numpy >= 1.19` for Python == 3.6 due to `numpy` vulnerabilities
2628
[CVE-2021-41495] and [CVE-2021-41496].
@@ -922,8 +924,12 @@ https://semver.org/spec/v2.0.0.html
922924
- Fix glitches in drawing of parallels and meridians.
923925

924926

927+
[#548]:
928+
https://github.com/matplotlib/basemap/pull/548
925929
[#547]:
926930
https://github.com/matplotlib/basemap/issues/547
931+
[#546]:
932+
https://github.com/matplotlib/basemap/issues/546
927933
[#541]:
928934
https://github.com/matplotlib/basemap/pull/541
929935
[#539]:

0 commit comments

Comments
 (0)