summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Kellogg-Stedman <lars@oddbit.com>2021-02-17 07:41:57 -0500
committerLars Kellogg-Stedman <lars@oddbit.com>2021-02-17 07:41:57 -0500
commitb6b661c04d82599ad6235ed1b4165b9f097fe07e (patch)
treea7c1203d435544c129802c0d938dae80e9874398
parenta880c5f4e00ef7bdfa3d55a187b6bb9c4fdd59ce (diff)
downloadgitpython-b6b661c04d82599ad6235ed1b4165b9f097fe07e.tar.gz
add a changelog entry for #1124
- add a changelog entry for #1124 - correct duplicate entry for 3.1.12 -> 3.1.13
-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: