aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael Trier <mtrier@gmail.com>2008-05-31 17:54:39 -0400
committerMichael Trier <mtrier@gmail.com>2008-05-31 17:54:39 -0400
commitd5625170b248edc6a570c977fb1f8e7430ffd0b5 (patch)
treed6751b8ae970ddec6a1d110973f6fd45167884e2 /CHANGES
parentdafe71a3e2d5cfb9b80805a26d5442ca5ad8332f (diff)
downloadGitPython-d5625170b248edc6a570c977fb1f8e7430ffd0b5.tar.gz
GitPython-d5625170b248edc6a570c977fb1f8e7430ffd0b5.zip
renamed gitter to cmd since that makes more sense. Fixed up changes doc.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 89aa23f1..b2b95fcc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,8 @@ CHANGES
Git
---
+* Renamed module to cmd.
+
* Removed shell escaping completely.
* Added support for ``stderr``, ``stdin``, and ``with_status``.