summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
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
----