diff options
| author | Gauvain Pocentek <gauvain@pocentek.net> | 2017-06-11 13:56:49 +0200 |
|---|---|---|
| committer | Gauvain Pocentek <gauvain@pocentek.net> | 2017-06-11 13:56:49 +0200 |
| commit | 19f1b1a968aba7bd9604511c015e8930e5111324 (patch) | |
| tree | cf00b6923e6fd4d292f7950eefd17969a36c24db /ChangeLog.rst | |
| parent | 4ce2794b284647283c861d28f77a6d63ba809bc9 (diff) | |
| download | gitlab-19f1b1a968aba7bd9604511c015e8930e5111324.tar.gz | |
0.21.2 release0.21.2
Diffstat (limited to 'ChangeLog.rst')
| -rw-r--r-- | ChangeLog.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst index 306a730..a72ac6f 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,6 +1,17 @@ ChangeLog ========= +Version 0.21.2_ - 2017-06-11 +---------------------------- + +* Install doc: use sudo for system commands +* [v4] Make MR work properly +* Remove extra_attrs argument from _raw_list +* [v4] Make project issues work properly +* Fix urlencode() usage (python 2/3) (#268) +* Fixed spelling mistake (#269) +* Add new event types to ProjectHook + Version 0.21.1_ - 2017-05-25 ---------------------------- @@ -423,6 +434,7 @@ Version 0.1 - 2013-07-08 * Initial release +.. _0.21.2: https://github.com/python-gitlab/python-gitlab/compare/0.21.1...0.21.2 .. _0.21.1: https://github.com/python-gitlab/python-gitlab/compare/0.21...0.21.1 .. _0.21: https://github.com/python-gitlab/python-gitlab/compare/0.20...0.21 .. _0.20: https://github.com/python-gitlab/python-gitlab/compare/0.19...0.20 |
