Skip to content

Commit 4824629

Browse files
committed
Add bugfix for issue 555 to CHANGELOG
1 parent 3313c18 commit 4824629

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ https://keepachangelog.com/en/1.0.0/
1010
https://semver.org/spec/v2.0.0.html
1111

1212

13+
## [1.3.5]
14+
15+
### Fixed
16+
- Fix broken array slicing inside `addcyclic` (PR [#559], solves issue
17+
[#555], thanks to @fragkoul).
18+
1319
## [1.3.4] - 2022-08-10
1420

1521
### Changed
@@ -924,6 +930,10 @@ https://semver.org/spec/v2.0.0.html
924930
- Fix glitches in drawing of parallels and meridians.
925931

926932

933+
[#559]:
934+
https://github.com/matplotlib/basemap/pull/559
935+
[#555]:
936+
https://github.com/matplotlib/basemap/issues/555
927937
[#548]:
928938
https://github.com/matplotlib/basemap/pull/548
929939
[#547]:

0 commit comments

Comments
 (0)