summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-10-12 11:50:14 +0200
committerSebastian Thiel <byronimo@gmail.com>2009-10-12 11:50:14 +0200
commitf2834177c0fdf6b1af659e460fd3348f468b8ab0 (patch)
tree2cb12187e664a026974383ed303cf307df2d4029 /CHANGES
parent3c0a65226f038c58fc6d6ed525f38fc00b3579b7 (diff)
downloadgitpython-f2834177c0fdf6b1af659e460fd3348f468b8ab0.tar.gz
Reorganized package structure and cleaned up imports
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5efcfbf2..69eddacc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -17,6 +17,16 @@ General
where unique
* removed basename method from Objects with path's as it replicated features of os.path
+objects Package
+----------------
+* blob, tree, tag and commit module have been moved to new objects package. This should
+ not affect you though unless you explicitly imported individual objects. If you just
+ used the git package, names did not change.
+
+Repo
+----
+* Moved blame method from Blob to repo as it appeared to belong there much more.
+
Diff
----
* Members a a_commit and b_commit renamed to a_blob and b_blob - they are populated