Cleaned up changes file.
authorMichael Trier <mtrier@gmail.com>
Thu, 17 Jul 2008 02:23:45 +0000 (22:23 -0400)
committerMichael Trier <mtrier@gmail.com>
Thu, 17 Jul 2008 02:23:45 +0000 (22:23 -0400)
CHANGES

diff --git a/CHANGES b/CHANGES
index b2b95fcc33e09f04e9cc1788e87a353bf47cabf4..3c3363479df9554a2146ca19851844b0e5b3ce3b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,10 @@ CHANGES
 * renamed ``git_python`` to ``git``. Be sure to delete all pyc files before
   testing.
 
+Commit
+------
+* Fixed problem with commit stats not working under all conditions.
+
 Git
 ---
 * Renamed module to cmd.
@@ -19,8 +23,8 @@ Git
 * ``git_dir`` is now optional in the constructor for ``git.Git``.  Git now 
   falls back to ``os.getcwd()`` when git_dir is not specified.
 
-* add a ``with_exceptions`` keyword argument to git commands. ``GitCommandError`` 
-  is raised when the exit status is non-zero.
+* add a ``with_exceptions`` keyword argument to git commands. 
+  ``GitCommandError`` is raised when the exit status is non-zero.
 
 * add support for a ``GIT_PYTHON_TRACE`` environment variable. 
   ``GIT_PYTHON_TRACE`` allows us to debug GitPython's usage of git through