summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2010-06-29 20:00:46 +0200
committerSebastian Thiel <byronimo@gmail.com>2010-06-29 20:00:46 +0200
commit77cd6659b64cb1950a82e6a3cccdda94f15ae739 (patch)
tree209b8828310e4926b200152b85ff3b7dbd7a2e1e /CHANGES
parent791765c0dc2d00a9ffa4bc857d09f615cfe3a759 (diff)
downloadgitpython-77cd6659b64cb1950a82e6a3cccdda94f15ae739.tar.gz
Renamed modules utils to util, and errors to exc to be more conforming to the submodules's naming conventions
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
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