summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-10-11 22:22:28 +0200
committerSebastian Thiel <byronimo@gmail.com>2009-10-11 22:22:28 +0200
commitb01824b1aecf8aadae4501e22feb45c20fb26bce (patch)
treed4bd7e5dc1f183938e95619de1b52944e23b9724 /CHANGES
parent708b8dda8e7b87841a5f39c60b799c514e75a9c7 (diff)
downloadgitpython-b01824b1aecf8aadae4501e22feb45c20fb26bce.tar.gz
Fixed remaining tests to deal with the changes
mode is now generally an int compatible to the stat module
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index fc5079e9..564a3860 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,7 +7,12 @@ CHANGES
( Future Release )
General
-------
-* See changes in Diff class as your client code needs adjustments to work with it
+* file mode in Tree, Blob and Diff objects now is an int compatible to definintiions
+ in the stat module, allowing you to query whether individual user, group and other
+ read, write and execute bits are set.
+* Adjusted class hierarchy to generally allow comparison and hash for Objects and Refs
+* Improved Tag object which now is a Ref that may contain a tag object with additional
+ Information
Diff
----