diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2010-10-15 12:40:54 +0200 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2010-10-15 12:40:54 +0200 |
commit | 13647590f96fb5a22cb60f12c5a70e00065a7f3a (patch) | |
tree | 75c5fcd85fe9e655e035bd3cbec10e49071562f1 /doc/source/changes.rst | |
parent | 741dfaadf732d4a2a897250c006d5ef3d3cd9f3a (diff) | |
parent | 0019d7dc8c72839d238065473a62b137c3c350f5 (diff) | |
download | gitpython-13647590f96fb5a22cb60f12c5a70e00065a7f3a.tar.gz |
Merge branch 'unicode'
Diffstat (limited to 'doc/source/changes.rst')
-rw-r--r-- | doc/source/changes.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 2a7ff46b..730d5867 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -2,6 +2,10 @@ Changelog ========= +0.3.0 Beta 3 +============ +* Added unicode support for author names. Commit.author.name is now unicode instead of string. + 0.3.0 Beta 2 ============ * Added python 2.4 support |