diff options
| author | Gauvain Pocentek <gauvain@pocentek.net> | 2017-03-25 16:39:48 +0100 |
|---|---|---|
| committer | Gauvain Pocentek <gauvain@pocentek.net> | 2017-03-25 16:42:42 +0100 |
| commit | c545504da79bca1f26ccfc16c3bf34ef3cc0d22c (patch) | |
| tree | fb7882cbe7e6d310d3df9c8675fc569931af4cf4 /ChangeLog.rst | |
| parent | 20d667840ab7097260d453e9a79b7377f216bc1c (diff) | |
| download | gitlab-c545504da79bca1f26ccfc16c3bf34ef3cc0d22c.tar.gz | |
Prepare 0.20 release0.20
Diffstat (limited to 'ChangeLog.rst')
| -rw-r--r-- | ChangeLog.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst index 8e141d1..00663e7 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,6 +1,22 @@ ChangeLog ========= +Version 0.20_ - 2017-03-25 +--------------------------- + +* Add time tracking support (#222) +* Improve changelog (#229, #230) +* Make sure that manager objects are never overwritten (#209) +* Include chanlog and release notes in docs +* Add DeployKey{,Manager} classes (#212) +* Add support for merge request notes deletion (#227) +* Properly handle extra args when listing with all=True (#233) +* Implement pipeline creation API (#237) +* Fix spent_time methods +* Add 'delete source branch' option when creating MR (#241) +* Provide API wrapper for cherry picking commits (#236) +* Stop listing if recursion limit is hit (#234) + Version 0.19_ - 2017-02-21 --------------------------- @@ -381,6 +397,7 @@ Version 0.1 - 2013-07-08 * Initial release +.. _0.20: https://github.com/gpocentek/python-gitlab/compare/0.19...0.20 .. _0.19: https://github.com/gpocentek/python-gitlab/compare/0.18...0.19 .. _0.18: https://github.com/gpocentek/python-gitlab/compare/0.17...0.18 .. _0.17: https://github.com/gpocentek/python-gitlab/compare/0.16...0.17 |
