summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--VERSION2
-rw-r--r--doc/source/changes.rst12
2 files changed, 12 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 199eda56..265be638 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.1.25
+3.1.26
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
======