summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-10-11 22:50:07 +0200
committerSebastian Thiel <byronimo@gmail.com>2009-10-11 22:50:07 +0200
commitc68459a17ff59043d29c90020fffe651b2164e6a (patch)
treea5b715a490d9cbd8f45eabc1968374c96bdea1c0 /CHANGES
parentb01824b1aecf8aadae4501e22feb45c20fb26bce (diff)
downloadgitpython-c68459a17ff59043d29c90020fffe651b2164e6a.tar.gz
Added remaining tests for new base classes and removed some methods whose existance was doubtful or unsafe
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 564a3860..5efcfbf2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,6 +13,9 @@ General
* 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
----