diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2010-11-23 16:32:43 +0100 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2010-11-23 16:32:43 +0100 |
commit | 9ccd777c386704911734ae4c33a922a5682ac6c8 (patch) | |
tree | 1e2ebda56c510846dffa126c581031c60322fa78 /doc/source/changes.rst | |
parent | 8ad01ee239f9111133e52af29b78daed34c52e49 (diff) | |
download | gitpython-9ccd777c386704911734ae4c33a922a5682ac6c8.tar.gz |
Documentation is now being built for all new modules
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 563fb46b..de872e2d 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -2,6 +2,10 @@ Changelog ========= +0.3.2 Beta 2 +============ +* Added reflog support ( reading and writing ) + 0.3.2 Beta 1 ============ * Flattened directory structure to make development more convenient. |