summaryrefslogtreecommitdiff
path: root/doc/source/changes.rst
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-03-03 23:47:40 +0800
committerGitHub <noreply@github.com>2021-03-03 23:47:40 +0800
commit20f4a9d49b466a18f1af1fdfb480bc4520a4cdc2 (patch)
tree332abfe1f5ea0dacda36cf90cb7376c7429bb2f8 /doc/source/changes.rst
parent90c4db1f3ba931b812d9415324d7a8d2769fd6db (diff)
parent26ccee15ae1712baf68df99d3f5f2fec5517ecbd (diff)
downloadgitpython-20f4a9d49b466a18f1af1fdfb480bc4520a4cdc2.tar.gz
Merge pull request #1188 from Yobmod/main
Drop python 3.4, prep for adding types
Diffstat (limited to 'doc/source/changes.rst')
-rw-r--r--doc/source/changes.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index b9c27b28..85f9ef1b 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -8,6 +8,7 @@ Changelog
* git.Commit objects now have a ``replace`` method that will return a
copy of the commit with modified attributes.
* Add python 3.9 support
+* Drop python 3.4 support
3.1.13
======