From 77cd6659b64cb1950a82e6a3cccdda94f15ae739 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 29 Jun 2010 20:00:46 +0200 Subject: Renamed modules utils to util, and errors to exc to be more conforming to the submodules's naming conventions --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 19c99f08..66e0a42d 100644 --- a/CHANGES +++ b/CHANGES @@ -17,6 +17,10 @@ CHANGES They may only be initialized using their binary shas, reference names or revision specs are not allowed anymore. * The .data attribute was removed from the Object type, it is only available on the Blob type. + * For consistency with naming conventions used in sub-modules like gitdb, the following modules have been renamed + * git.utils -> git.util + * git.errors -> git.exc + * git.objects.utils -> git.objects.util 0.2 Beta 2 -- cgit v1.2.3