diff options
Diffstat (limited to 'doc/source/changes.rst')
-rw-r--r-- | doc/source/changes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 5fadf4b5..5026a38d 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 |