diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2009-10-21 10:03:56 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2009-10-21 10:03:56 +0200 |
| commit | a7f52745c95e5dd673a79a2281ccd7463ce00ffa (patch) | |
| tree | c13b8b0d213d2d91e237a1de86e73a8fa9bb95f2 /CHANGES | |
| parent | 047b210d6b9ae0b65a2aee0fcfb6858c6dc01bf9 (diff) | |
| download | GitPython-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-- | CHANGES | 18 |
1 files changed, 11 insertions, 7 deletions
@@ -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 |
