From f2834177c0fdf6b1af659e460fd3348f468b8ab0 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 12 Oct 2009 11:50:14 +0200 Subject: Reorganized package structure and cleaned up imports --- CHANGES | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'CHANGES') 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 -- cgit v1.2.3