summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2014-11-13 13:31:32 +0100
committerSebastian Thiel <byronimo@gmail.com>2014-11-13 13:31:32 +0100
commitbf942a913d69eb2079f9e82888aaccf2f6222643 (patch)
tree6b9489af08a47c52d9b61be628beb412eb7d934a /doc
parentb64c771bcb2ec336dd549cfe9d072340c886f3c9 (diff)
downloadgitdb-bf942a913d69eb2079f9e82888aaccf2f6222643.tar.gz
Fully removed all async dependencies
Diffstat (limited to 'doc')
-rw-r--r--doc/source/changes.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index 839bf16..f544f76 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -3,6 +3,13 @@ Changelog
#########
*****
+0.6.0
+*****
+
+* Added support got python 3.X
+* Removed all `async` dependencies and all `*_async` versions of methods with it.
+
+*****
0.5.4
*****
* Adjusted implementation to use the SlidingMemoryManager by default in python 2.6 for efficiency reasons. In Python 2.4, the StaticMemoryManager will be used instead.