diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2011-04-29 17:04:37 +0200 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2011-04-29 17:04:37 +0200 |
commit | 3fe1a7f87d511758adf2e56803cb3610b80c5f08 (patch) | |
tree | 3808cf15466a528ee3f266eb714f380aba2d9a7f /doc/source/changes.rst | |
parent | a80f9af7d3d18a657111061dcc1104d7a8aec64b (diff) | |
download | gitpython-3fe1a7f87d511758adf2e56803cb3610b80c5f08.tar.gz |
Moved rev_parse code into gitdb, this probably broke pretty much here, which is still to be fixed of course
Diffstat (limited to 'doc/source/changes.rst')
-rw-r--r-- | doc/source/changes.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst index f6151968..da349c50 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -9,6 +9,9 @@ NEXT * object_binsha property added * Blob Type * Added mode constants to ease the manual creation of blobs + +* ### Module Changes ### + * Removed rev_parse function from git.repo.fun - the respective functionality is available only through the repository's rev_parse method, which might in turn translate to any implementation. 0.3.1 Beta 2 ============ |