summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSebastian Thiel <sthiel@thoughtworks.com>2019-08-14 17:57:09 +0800
committerSebastian Thiel <sthiel@thoughtworks.com>2019-08-14 17:57:33 +0800
commit7e2d2651773722c05ae13ab084316eb8434a3e98 (patch)
treebdce19a82c84bbf9e1ec146e881a5a0b69637f75 /doc
parentf6fdb67cec5c75b3f0a855042942dac75c612065 (diff)
downloadgitpython-7e2d2651773722c05ae13ab084316eb8434a3e98.tar.gz
Changelog information
Diffstat (limited to 'doc')
-rw-r--r--doc/source/changes.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index 176611df..631cd8d8 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -2,6 +2,12 @@
Changelog
=========
+3.0.1 - Bugfixes and performance improvements
+=============================================
+
+* Fix a `performance regression <https://github.com/gitpython-developers/GitPython/issues/906>`_ which could make certain workloads 50% slower
+* Add `currently_rebasing_on` method on `Repo`, see `the PR <https://github.com/gitpython-developers/GitPython/pull/903/files#diff-c276fc3c4df38382ec884e59657b869dR1065>`_
+
3.0.0 - Remove Python 2 support
===============================