diff options
Diffstat (limited to 'ChangeLog.rst')
| -rw-r--r-- | ChangeLog.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst index 3e96318..a1450e7 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,6 +1,20 @@ ChangeLog ========= +Version 1.8.0_ - 2019-02-22 +--------------------------- + +* docs(setup): use proper readme on PyPI +* docs(readme): provide commit message guidelines +* fix(api): make reset_time_estimate() work again +* fix: handle empty 'Retry-After' header from GitLab +* fix: remove decode() on error_message string +* chore: release tags to PyPI automatically +* fix(api): avoid parameter conflicts with python and gitlab +* fix(api): Don't try to parse raw downloads +* feat: Added approve & unapprove method for Mergerequests +* fix all kwarg behaviour + Version 1.7.0_ - 2018-12-09 --------------------------- @@ -685,6 +699,7 @@ Version 0.1 - 2013-07-08 * Initial release +.. _1.8.0: https://github.com/python-gitlab/python-gitlab/compare/1.7.0...1.8.0 .. _1.7.0: https://github.com/python-gitlab/python-gitlab/compare/1.6.0...1.7.0 .. _1.6.0: https://github.com/python-gitlab/python-gitlab/compare/1.5.1...1.6.0 .. _1.5.1: https://github.com/python-gitlab/python-gitlab/compare/1.5.0...1.5.1 |
