diff options
| author | Gauvain Pocentek <gauvain@pocentek.net> | 2017-05-24 14:51:46 +0200 |
|---|---|---|
| committer | Gauvain Pocentek <gauvain@pocentek.net> | 2017-05-24 14:51:46 +0200 |
| commit | cd9194baa78ec55800312661e97fc5a45ed1d659 (patch) | |
| tree | 1df3b3a825900ce2d6e39c8f5ddecd1971a06796 /RELEASE_NOTES.rst | |
| parent | ba41e5e02ce638facdf7542ec8ae23fc1eb4f844 (diff) | |
| download | gitlab-cd9194baa78ec55800312661e97fc5a45ed1d659.tar.gz | |
Prepare the 0.21 release0.21
Diffstat (limited to 'RELEASE_NOTES.rst')
| -rw-r--r-- | RELEASE_NOTES.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index 6e080c7..86cac9d 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -33,6 +33,9 @@ Changes from 0.20 to 0.21 + ``set_credentials()`` is deprecated, use the ``email`` and ``password`` arguments of the ``Gitlab`` constructor. +* The service listing method (``ProjectServiceManager.list()``) now returns a + python list instead of a JSON string. + Changes from 0.19 to 0.20 ========================= |
