summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-02-17 20:50:53 +0800
committerGitHub <noreply@github.com>2021-02-17 20:50:53 +0800
commitb3778ec37d17a6eb781fa9c6b5e2009fa7542d77 (patch)
treea7c1203d435544c129802c0d938dae80e9874398
parenta880c5f4e00ef7bdfa3d55a187b6bb9c4fdd59ce (diff)
parentb6b661c04d82599ad6235ed1b4165b9f097fe07e (diff)
downloadgitpython-b3778ec37d17a6eb781fa9c6b5e2009fa7542d77.tar.gz
Merge pull request #1126 from larsks/feature/changelog
add a changelog entry for #1124
-rw-r--r--doc/source/changes.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index 1761298a..86cc5f37 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -2,7 +2,13 @@
Changelog
=========
-3.1.12
+3.1.??
+======
+
+* git.Commit objects now have a ``replace`` method that will return a
+ copy of the commit with modified attributes.
+
+3.1.13
======
See the following for details: