From 851beabc93319d8dd05bff211b13d2b35ef097e0 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 10 Jan 2022 21:10:34 +0800 Subject: bump patch level --- doc/source/changes.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'doc/source/changes.rst') diff --git a/doc/source/changes.rst b/doc/source/changes.rst index d955aebe..82106ee4 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -1,6 +1,16 @@ ========= Changelog -========= + +3.1.26 +====== + +- Fixes a leaked file descriptor when reading the index, which would cause make writing a previously + read index on windows impossible. + See https://github.com/gitpython-developers/GitPython/issues/1395 for details. + +See the following for all changes. +https://github.com/gitpython-developers/gitpython/milestone/56?closed=1 + 3.1.25 ====== -- cgit v1.2.1