summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-10-12 23:18:43 +0200
committerSebastian Thiel <byronimo@gmail.com>2009-10-12 23:18:43 +0200
commita58a60ac5f322eb4bfd38741469ff21b5a33d2d5 (patch)
tree0f47c2f2844c7e1d26925a7a9f4016eb8d961b0d /CHANGES
parentff3d142387e1f38b0ed390333ea99e2e23d96e35 (diff)
downloadgitpython-a58a60ac5f322eb4bfd38741469ff21b5a33d2d5.tar.gz
tree: now behaves like a list with string indexing functionality - using a dict as cache is a problem as the tree is ordered, added blobs, trees and traverse method
repo: remove blob function as blobs are created directly or iterated - primitve types should not clutter the repo interface
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 597d529c..ea98b587 100644
--- a/CHANGES
+++ b/CHANGES
@@ -47,7 +47,11 @@ Blob
Tree
----
* former 'name' member renamed to path as it suits the actual data better
-
+* added traverse method allowing to recursively traverse tree items
+* deleted blob method
+* added blobs and trees properties allowing to query the respective items in the
+ tree
+* now mimics behaviour of a read-only list instead of a dict to maintain order.
0.1.6
=====