summaryrefslogtreecommitdiff
path: root/doc/source/changes.rst
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2015-01-07 11:18:07 +0100
committerSebastian Thiel <byronimo@gmail.com>2015-01-07 11:18:07 +0100
commit491440543571b07c849c0ef9c4ebf5c27f263bc0 (patch)
treeeb4f7d54bc9d7bd1e57472f22558ff99d099c576 /doc/source/changes.rst
parentd83f6e84cbeb45dce4576a9a4591446afefa50b2 (diff)
downloadgitpython-491440543571b07c849c0ef9c4ebf5c27f263bc0.tar.gz
Implemented non-blocking operations using poll()
Next up is using threads
Diffstat (limited to 'doc/source/changes.rst')
-rw-r--r--doc/source/changes.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index b7479e4f..4983b3d0 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -2,6 +2,11 @@
Changelog
=========
+0.3.5 - Bugfixes
+================
+* push/pull/fetch operations will not block anymore
+* A list of all fixed issues can be found here: https://github.com/gitpython-developers/GitPython/issues?q=milestone%3A%22v0.3.5+-+bugfixes%22+
+
0.3.4 - Python 3 Support
========================
* Internally, hexadecimal SHA1 are treated as ascii encoded strings. Binary SHA1 are treated as bytes.