aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-10-21 10:03:56 +0200
committerSebastian Thiel <byronimo@gmail.com>2009-10-21 10:03:56 +0200
commita7f52745c95e5dd673a79a2281ccd7463ce00ffa (patch)
treec13b8b0d213d2d91e237a1de86e73a8fa9bb95f2 /CHANGES
parent047b210d6b9ae0b65a2aee0fcfb6858c6dc01bf9 (diff)
downloadGitPython-a7f52745c95e5dd673a79a2281ccd7463ce00ffa.tar.gz
GitPython-a7f52745c95e5dd673a79a2281ccd7463ce00ffa.zip
Added info about 0.1.7 release changes
reverted 19533ffadbcc959f12bf51488cf66f0715bec4c1 as it would introduce an API change
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES18
1 files changed, 11 insertions, 7 deletions
diff --git a/CHANGES b/CHANGES
index dbae15de..c82a3071 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,15 +4,19 @@ CHANGES
0.1.7
=======
+This is a bugfix release and the last of its kind in 0.1.X, as 0.2.X will receive
+a major redesign that will change the API.
+
+Bugfixes
+--------
+* Paths in Tree objects can now handle whitespace
+* Blob.blame was returning incorrect results which has been fixed.
+
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
+* The test suite now supports Mock 0.5 and above. The transition between Mock 0.4
+ 0.5 changed the API which required adjustments.
+* Many small enhancements done to the method documentation
0.1.6