diff options
author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2022-02-20 09:12:39 +0800 |
---|---|---|
committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2022-02-20 09:12:39 +0800 |
commit | 65346820b81e0de7f32369ba5773004df082b793 (patch) | |
tree | 543b333f9bc14351f8b8d0790eff2fdfdec4191a /doc | |
parent | 75f4f63ab3856a552f06082aabf98845b5fa21e3 (diff) | |
download | gitpython-65346820b81e0de7f32369ba5773004df082b793.tar.gz |
update changelog
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/changes.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst index ced8f858..f9717438 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -2,6 +2,15 @@ Changelog ========= +3.1.28 +====== + +- Fix a vulenerability that could cause great slowdowns when encountering long remote path names + when pulling/fetching. + +See the following for all changes. +https://github.com/gitpython-developers/gitpython/milestone/58?closed=1 + 3.1.27 ====== |