diff options
author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2022-12-22 17:08:27 +0100 |
---|---|---|
committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2022-12-22 17:08:27 +0100 |
commit | 2aae532a3993a100d5074cde70abe548cfc45861 (patch) | |
tree | 41947c5be7875e746b6e1452add2b92283e926b4 /doc/source | |
parent | 7918fccff8ba341a8747381162f587749f08d23a (diff) | |
download | gitpython-2aae532a3993a100d5074cde70abe548cfc45861.tar.gz |
update changelog
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/changes.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst index d36194c8..a784a096 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -2,6 +2,18 @@ Changelog ========= +3.1.30 +====== + +- Make injections of command-invocations harder or impossible for clone and others. + See https://github.com/gitpython-developers/GitPython/pull/1518 for details. + Note that this might constitute a breaking change for some users, and if so please + let us know and we add an opt-out to this. + +See the following for all changes. +https://github.com/gitpython-developers/gitpython/milestone/60?closed=1 + + 3.1.29 ====== |