summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2015-01-05 15:53:46 +0100
committerSebastian Thiel <byronimo@gmail.com>2015-01-05 15:53:46 +0100
commit04357d0d46fee938a618b64daed1716606e05ca5 (patch)
treeab7f0a4ecc047f4710b7e5cf7182cc3e22e477fc /doc/source
parentbc8c91200a7fb2140aadd283c66b5ab82f9ad61e (diff)
downloadgitpython-04357d0d46fee938a618b64daed1716606e05ca5.tar.gz
Intermediate commit: test_config and test_actor works
Kind of tackling the tasks step by step, picking low-hanging fruit first, or the ones that everyone depends on
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/changes.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index 84437884..cf528b28 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -2,6 +2,10 @@
Changelog
=========
+0.3.4 - python 3 support
+========================
+* Internally, hexadecimal SHA1 are treated as ascii encoded strings. Binary SHA1 are treated as bytes.
+
0.3.3
=====
* When fetching, pulling or pushing, and an error occours, it will not be reported on stdout anymore. However, if there is a fatal error, it will still result in a GitCommandError to be thrown. This goes hand in hand with improved fetch result parsing.