aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 9 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index fc5079e9..5efcfbf2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,7 +7,15 @@ 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
+* id_abbrev method has been removed as it could not assure the returned short SHA's
+ where unique
+* removed basename method from Objects with path's as it replicated features of os.path
Diff
----