adjust changelog prior to release · gitpython-developers/GitPython@141cd65

Original file line numberDiff line numberDiff line change

@@ -9,6 +9,11 @@ Changelog

99

See https://github.com/gitpython-developers/GitPython/pull/1518 for details.

1010

Note that this might constitute a breaking change for some users, and if so please

1111

let us know and we add an opt-out to this.

12+

- Prohibit insecure options and protocols by default, which is potentially a breaking change,

13+

but a necessary fix for https://github.com/gitpython-developers/GitPython/issues/1515.

14+

Please take a look at the PR for more information and how to bypass these protections

15+

in case they cause breakage: https://github.com/gitpython-developers/GitPython/pull/1521.

16+
1217
1318

See the following for all changes.

1419

https://github.com/gitpython-developers/gitpython/milestone/60?closed=1