summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-10-09 11:57:48 +0200
committerSebastian Thiel <byronimo@gmail.com>2009-10-09 11:57:48 +0200
commit92a97480edcc0f0de787a752bf90feed0445dd39 (patch)
tree518c00ba9840a2d6f32ffa7a876d7efa98016a03 /CHANGES
parent2b7f5cb25e0e03e06ec506d31c001c172dd71ef6 (diff)
downloadgitpython-92a97480edcc0f0de787a752bf90feed0445dd39.tar.gz
Blob|Tree: renamed 'name' member to 'path', updated tests and changelog as it would make existing code incompatible in some places
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES36
1 files changed, 22 insertions, 14 deletions
diff --git a/CHANGES b/CHANGES
index 63ca47e8..fc5079e9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,28 @@
=======
CHANGES
=======
+
+0.1.X
+=====
+( Future Release )
+General
+-------
+* See changes in Diff class as your client code needs adjustments to work with it
+
+Diff
+----
+* Members a a_commit and b_commit renamed to a_blob and b_blob - they are populated
+ with Blob objects if possible
+* Members a_path and b_path removed as this information is kept in the blobs
+
+Blob
+----
+* former 'name' member renamed to path as it suits the actual data better
+
+Tree
+----
+* former 'name' member renamed to path as it suits the actual data better
+
0.1.6
=====
@@ -49,20 +71,6 @@ Repo
* Corrected ``commits_between`` always returning None instead of the reversed
list.
-
-0.1.X
-=====
-( Future Release )
-General
--------
-* See changes in Diff class as your client code needs adjustments to work with it
-
-Diff
-----
-* Members a a_commit and b_commit renamed to a_blob and b_blob - they are populated
- with Blob objects if possible
-* Members a_path and b_path removed as this information is kept in the blobs
-
0.1.5
=====