diff options
| author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2022-12-29 08:13:48 +0100 |
|---|---|---|
| committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2022-12-29 08:14:02 +0100 |
| commit | 141cd651e459bff8919798b3ccf03dfa167757f6 (patch) | |
| tree | 096db680faf03bf5649cfa78fcc613f033190f11 | |
| parent | 678a8fe08dd466fcfe8676294b52887955138960 (diff) | |
| download | gitpython-141cd651e459bff8919798b3ccf03dfa167757f6.tar.gz | |
adjust changelog prior to release3.1.30
| -rw-r--r-- | VERSION | 2 | ||||
| -rw-r--r-- | doc/source/changes.rst | 5 |
2 files changed, 6 insertions, 1 deletions
@@ -1 +1 @@ -3.1.29 +3.1.30 diff --git a/doc/source/changes.rst b/doc/source/changes.rst index a784a096..7cd09a1c 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -9,6 +9,11 @@ Changelog 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. +- Prohibit insecure options and protocols by default, which is potentially a breaking change, + but a necessary fix for https://github.com/gitpython-developers/GitPython/issues/1515. + Please take a look at the PR for more information and how to bypass these protections + in case they cause breakage: https://github.com/gitpython-developers/GitPython/pull/1521. + See the following for all changes. https://github.com/gitpython-developers/gitpython/milestone/60?closed=1 |
