Skip to content

Commit ed018c7

Browse files
committed
Update CHANGELOG
1 parent 0fe4496 commit ed018c7

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
@@ -67,6 +67,8 @@ https://semver.org/spec/v2.0.0.html
6767

6868
### Fixed
6969
- Fix Cython extension to use `noexcept` (PR [#615] by @cvanelteren).
70+
- Fix incorrect return order described in `Basemap.shiftdata` docstring
71+
(PR [#624] by @Cdiaz1234, solves issue [#599]).
7072

7173
### Removed
7274
- Deprecated `bdist_wheel.universal` option when building wheels.
@@ -1157,6 +1159,8 @@ https://semver.org/spec/v2.0.0.html
11571159
- Fix glitches in drawing of parallels and meridians.
11581160

11591161

1162+
[#624]:
1163+
https://github.com/matplotlib/basemap/pull/624
11601164
[#623]:
11611165
https://github.com/matplotlib/basemap/pull/623
11621166
[#622]:
@@ -1177,6 +1181,8 @@ https://github.com/matplotlib/basemap/pull/614
11771181
https://github.com/matplotlib/basemap/issues/608
11781182
[#604]:
11791183
https://github.com/matplotlib/basemap/issues/604
1184+
[#599]:
1185+
https://github.com/matplotlib/basemap/issues/599
11801186
[#598]:
11811187
https://github.com/matplotlib/basemap/pull/598
11821188
[#595]:

0 commit comments

Comments
 (0)