From 36b90439cf89962f1075289f35bd723c886350f9 Mon Sep 17 00:00:00 2001 From: Thomas Jackson Date: Wed, 2 Mar 2016 11:50:21 -0800 Subject: [PATCH] Fix typo --- doc/source/changes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 5fadf4b5b..5026a38d2 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -135,7 +135,7 @@ Please note that due to breaking changes, we have to increase the major version. 1.0.2 - Fixes ============= -* IMPORTANT: Changed default object database of `Repo` objects to `GitComdObjectDB`. The pure-python implementation +* IMPORTANT: Changed default object database of `Repo` objects to `GitCmdObjectDB`. The pure-python implementation used previously usually fails to release its resources (i.e. file handles), which can lead to problems when working with large repositories. * CRITICAL: fixed incorrect `Commit` object serialization when authored or commit date had timezones which were not