diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2010-11-19 00:27:40 +0100 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2010-11-19 00:27:40 +0100 |
commit | 45c0f285a6d9d9214f8167742d12af2855f527fb (patch) | |
tree | 88826789a5ee673d22675a9dec8d8ea30db8ee51 /doc/source/changes.rst | |
parent | f1545bd9cd6953c5b39c488bf7fe179676060499 (diff) | |
parent | a8014d2ec56fd684dc81478dee73ca7eda0ab8a7 (diff) | |
download | gitpython-45c0f285a6d9d9214f8167742d12af2855f527fb.tar.gz |
Merge branch 'docs'
Diffstat (limited to 'doc/source/changes.rst')
-rw-r--r-- | doc/source/changes.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 730d5867..ae51c9d9 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -2,8 +2,9 @@ Changelog ========= -0.3.0 Beta 3 +0.3.1 Beta 1 ============ +* Full Submodule-Support * Added unicode support for author names. Commit.author.name is now unicode instead of string. 0.3.0 Beta 2 |