diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2010-10-15 12:34:43 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2010-10-15 12:40:39 +0200 |
| commit | 0019d7dc8c72839d238065473a62b137c3c350f5 (patch) | |
| tree | 75c5fcd85fe9e655e035bd3cbec10e49071562f1 /doc | |
| parent | 0f88fb96869b6ac3ed4dac7d23310a9327d3c89c (diff) | |
| download | gitpython-0019d7dc8c72839d238065473a62b137c3c350f5.tar.gz | |
Added unicode handling for author names. They will now be properly encoded into the byte stream, as well as decoded from it
Diffstat (limited to 'doc')
| -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 |
