diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2011-01-06 17:55:34 +0100 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2011-01-06 18:10:13 +0100 |
commit | 6720e8df09a314c3e4ce20796df469838379480d (patch) | |
tree | a16426318c7103f46b63fe1dae72a0e110f2ebe4 /doc | |
parent | 1ab169407354d4b9512447cd9c90e8a31263c275 (diff) | |
download | gitpython-6720e8df09a314c3e4ce20796df469838379480d.tar.gz |
blob: Added class level members to represent valid file modes that can be used if you create a new blob
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/changes.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 74692955..2433d00e 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -2,6 +2,11 @@ Changelog ========= +NEXT +==== +* Blob Type + * Added mode constants to ease the manual creation of blobs + 0.3.1 Beta 2 ============ * Added **reflog support** ( reading and writing ) |