diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2010-11-19 00:26:57 +0100 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2010-11-19 00:26:57 +0100 |
commit | a25e1d4aa7e5898ab1224d0e5cc5ecfbe8ed8821 (patch) | |
tree | 78470ed8696c3fef6c60a795331a871c9d12d557 /doc/source/changes.rst | |
parent | 75c75fa136f6181f6ba2e52b8b85a98d3fe1718e (diff) | |
download | gitpython-a25e1d4aa7e5898ab1224d0e5cc5ecfbe8ed8821.tar.gz |
Updated tutorial with a brief introduction to submodules
Changes now give a hint at the upcoming release as well
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 |