Skip to content

Commit c4805e3

Browse files
committed
Update CHANGELOG
1 parent 1b80b3c commit c4805e3

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

CHANGELOG.md

+12-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# Changelog
22

3-
All notable changes to this project will be documented in this file. The format
4-
is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and the
5-
project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
6-
since version 1.3.0.
3+
All notable changes to this project will be documented in this file.
4+
The format is based on [Keep a Changelog], and the project adheres to
5+
[Semantic Versioning] since version 1.3.0.
6+
7+
[Keep a Changelog]:
8+
https://keepachangelog.com/en/1.0.0/
9+
[Semantic Versioning]:
10+
https://semver.org/spec/v2.0.0.html
11+
712

813
## [Unreleased]
914

@@ -22,7 +27,7 @@ since version 1.3.0.
2227
vulnerability [CVE-2021-33430].
2328
- Fix wrong marker for `unittest2` in development requirements.
2429
- Fix `sdist` so that packages can be built from source distributions
25-
(PR [#532] by @DWesl).
30+
(PR [#532] by @DWesl, fixes [#533]).
2631
- Specify Cython language level for `_geoslib` extension explicitly.
2732
- Enforce up-to-date `pillow` dependency when possible:
2833
- `pillow >= 9.0.0` for Python >= 3.7 due to `pillow` vulnerabilities
@@ -884,6 +889,8 @@ since version 1.3.0.
884889
- Fix glitches in drawing of parallels and meridians.
885890

886891

892+
[#533]:
893+
https://github.com/matplotlib/basemap/issues/533
887894
[#532]:
888895
https://github.com/matplotlib/basemap/pull/532
889896
[#531]:

0 commit comments

Comments
 (0)