diff options
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/changes.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 131e0a5b..9bd09157 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -17,11 +17,15 @@ NEXT * **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. +* ### Git Cmd ### + + * Added ``version_info`` property to git command, returning a tuple of version numbers. + * ### Exceptions ### * There is a new common base for all exceptions git-python will throw, namely `GitPythonError`. |