diff options
| author | Gauvain Pocentek <gauvain@pocentek.net> | 2017-03-17 17:39:20 +0100 |
|---|---|---|
| committer | Gauvain Pocentek <gauvain@pocentek.net> | 2017-03-17 17:39:20 +0100 |
| commit | a3f2ab138502cf3217d1b97ae7f3cd3a4f8b324f (patch) | |
| tree | 4c367da925afe228d83d61601fdf0af9b3a17b13 /RELEASE_NOTES.rst | |
| parent | ea0759d71c6678b8ce65791535a9be1675d9cfab (diff) | |
| download | gitlab-a3f2ab138502cf3217d1b97ae7f3cd3a4f8b324f.tar.gz | |
Add DeployKey{,Manager} classes
They are the same as Key and KeyManager but the name makes more sense.
Fixes #212
Diffstat (limited to 'RELEASE_NOTES.rst')
| -rw-r--r-- | RELEASE_NOTES.rst | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index d107aaa..0b15c11 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -15,5 +15,15 @@ Changes from 0.19 to 0.20 group.projects.list() - Documentation for ``Group`` objects: + Documentation: http://python-gitlab.readthedocs.io/en/stable/gl_objects/groups.html#examples + + Related issue: https://github.com/gpocentek/python-gitlab/issues/209 + +* The ``Key`` objects are deprecated in favor of the new ``DeployKey`` objects. + They are exactly the same but the name makes more sense. + + Documentation: + http://python-gitlab.readthedocs.io/en/stable/gl_objects/deploy_keys.html + + Related issue: https://github.com/gpocentek/python-gitlab/issues/212 |
