Skip to content

Commit b7595d5

Browse files
committed
Update CHANGELOG
1 parent f513c11 commit b7595d5

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,13 @@ since version 1.3.0.
1313
### Fixed
1414
- Fix setup encoding comment to deal with corner case under PowerShell.
1515
- Enforce dependency `numpy >= 1.21` for Python >= 3.7 due to `numpy`
16-
vulnerability CVE-2021-33430.
16+
vulnerability [CVE-2021-33430].
1717
- Fix wrong marker for `unittest2` in development requirements.
18+
- Fix `sdist` so that packages can be built from source distributions
19+
(PR [#532] by @DWesl).
20+
21+
### Removed
22+
- Remove deprecation notices (issue [#527]).
1823

1924
## [1.3.1] - 2022-01-22
2025

@@ -856,10 +861,14 @@ since version 1.3.0.
856861
- Fix glitches in drawing of parallels and meridians.
857862

858863

864+
[#532]:
865+
https://github.com/matplotlib/basemap/pull/532
859866
[#531]:
860867
https://github.com/matplotlib/basemap/issues/531
861868
[#530]:
862869
https://github.com/matplotlib/basemap/issues/530
870+
[#527]:
871+
https://github.com/matplotlib/basemap/issues/527
863872
[#526]:
864873
https://github.com/matplotlib/basemap/issues/526
865874
[#525]:
@@ -868,7 +877,7 @@ https://github.com/matplotlib/basemap/issues/525
868877
https://github.com/matplotlib/basemap/issues/521
869878
[#518]:
870879
https://github.com/matplotlib/basemap/issues/518
871-
[#513]
880+
[#513]:
872881
https://github.com/matplotlib/basemap/issues/513
873882
[#510]:
874883
https://github.com/matplotlib/basemap/issues/510
@@ -931,3 +940,6 @@ https://github.com/matplotlib/basemap/compare/v1.0.4rel...v1.0.5rel
931940
https://github.com/matplotlib/basemap/compare/v1.0.3rel...v1.0.4rel
932941
[1.0.3]:
933942
https://github.com/matplotlib/basemap/tree/v1.0.3rel
943+
944+
[CVE-2021-33430]:
945+
https://nvd.nist.gov/vuln/detail/CVE-2021-33430

0 commit comments

Comments
 (0)