Skip to content

Commit 312320b

Browse files
committed
Update CHANGELOG
1 parent d80b7a8 commit 312320b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

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

1515
### Added
16-
- Support `numpy` 2.0 (PR [#614] by @cvanelteren, solves issue [#604]).
16+
- Support for Python 3.13 (PR [#619], solves issue [#608]).
17+
- Support for NumPy 2.0 (PR [#614] by @cvanelteren, solves issue
18+
[#604]).
1719

1820
### Changed
1921
- **BREAKING CHANGE**: Set Python minimum supported version to 3.9.
@@ -1152,10 +1154,14 @@ https://semver.org/spec/v2.0.0.html
11521154
- Fix glitches in drawing of parallels and meridians.
11531155

11541156

1157+
[#619]:
1158+
https://github.com/matplotlib/basemap/pull/619
11551159
[#615]:
11561160
https://github.com/matplotlib/basemap/pull/615
11571161
[#614]:
11581162
https://github.com/matplotlib/basemap/pull/614
1163+
[#608]:
1164+
https://github.com/matplotlib/basemap/issues/608
11591165
[#604]:
11601166
https://github.com/matplotlib/basemap/issues/604
11611167
[#598]:

0 commit comments

Comments
 (0)