diff options
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/changes.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst index a55dd537..7ec6a4e5 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -2,6 +2,15 @@ Changelog ========= +3.1.4 +===== + +* all exceptions now keep track of their cause +* package size was reduced significantly not placing tests into the package anymore. + +See the following for details: +https://github.com/gitpython-developers/gitpython/milestone/39?closed=1* + 3.1.3 ===== |