DOC: add changelog for main (#2473)

* DOC: add changelog for main

* note in docs
This commit is contained in:
Martin Fleischmann
2022-06-26 23:09:50 +02:00
committed by GitHub
parent cae7794d57
commit 28462f8e7f
3 changed files with 17 additions and 0 deletions
+11
View File
@@ -1,6 +1,17 @@
Changelog
=========
Development version
-------------------
New features and improvements:
Deprecations and compatibility notes:
Bug fixes:
Notes on (optional) dependencies:
Version 0.11 (June 20, 2022)
----------------------------
+3
View File
@@ -32,6 +32,9 @@ In particular, when submitting a pull request:
line of a docstring should be a standalone summary. Parameters and
return values should be documented explicitly.
- Unless your PR implements minor changes or internal work only, make sure
it contains a note describing the changes in the `CHANGELOG.md` file.
Improving the documentation and testing for code already in GeoPandas
is a great way to get started if you'd like to make a contribution.
+3
View File
@@ -47,6 +47,9 @@ In particular, when submitting a pull request:
- GeoPandas supports Python 3.8+ only. The last version of GeoPandas
supporting Python 2 is 0.6.
- Unless your PR implements minor changes or internal work only, make sure
it contains a note describing the changes in the `CHANGELOG.md` file.
Seven Steps for Contributing
~~~~~~~~~~~~~~~~~~~~~~~~~~~~