diff options
| author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2020-02-23 09:49:12 +0800 |
|---|---|---|
| committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2020-02-23 09:49:12 +0800 |
| commit | 5f819b5736c31849212f2c249524b30e28da899d (patch) | |
| tree | 54dfe4899f007ddeb1bcd7b1f820feeb9fbe865a /doc/source/changes.rst | |
| parent | 169dbcf930c21c08c66961fc43105cee8f5653d0 (diff) | |
| download | gitdb-4.0.0.tar.gz | |
Bump to v4.0.0; require smmap package4.0.0
https://github.com/gitpython-developers/gitdb/issues/59
Diffstat (limited to 'doc/source/changes.rst')
| -rw-r--r-- | doc/source/changes.rst | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 954935b..84c2787 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -3,10 +3,16 @@ Changelog ######### ***** +4.0.0 +***** + +* restrict smmap to versions >= 3. See https://github.com/gitpython-developers/gitdb/issues/59 for details. + +***** 3.0.3 ***** -* restrict smmap to versions < 3. See https://github.com/gitpython-developers/gitdb/issues/59 for details. +* restrict smmap2 to versions < 3. See https://github.com/gitpython-developers/gitdb/issues/59 for details. ***** 3.0.2 |
