aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael Trier <mtrier@gmail.com>2008-05-18 10:55:31 -0400
committerMichael Trier <mtrier@gmail.com>2008-05-18 10:55:31 -0400
commit0651f0964ba5a33257ebbda1e92c7a1649a4a058 (patch)
treed1565ced15d3ad46e9adf9d88e7622c76cbe6453 /CHANGES
parent062aafa396866d4dfe8f3fd2f32d46fa7c01b6dd (diff)
downloadGitPython-0651f0964ba5a33257ebbda1e92c7a1649a4a058.tar.gz
GitPython-0651f0964ba5a33257ebbda1e92c7a1649a4a058.zip
lots of little fixes. Corrected problem with creating bare repo. Added Repo.create alias.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 3115e9ee..c97be118 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,7 +6,7 @@ CHANGES
=====
Corrected problem with Tree.__div__ not working with zero length files.
Removed __len__ override and replaced with size instead. Also made size cache
-properly.
+properly. This is a breaking change.
0.1.1
=====