diff options
| author | Gauvain Pocentek <gauvain@pocentek.net> | 2017-05-24 08:04:54 +0200 |
|---|---|---|
| committer | Gauvain Pocentek <gauvain@pocentek.net> | 2017-05-24 08:04:54 +0200 |
| commit | 627a6aa0620ec53dcb24a97c0e584d01dcc4d07f (patch) | |
| tree | 29b7f8bfdea3da69f85f7a8df6a6ee627f03ea9a | |
| parent | 03ac8dac90a2f4e21b59b2cdd61ef1add97c445b (diff) | |
| download | gitlab-627a6aa0620ec53dcb24a97c0e584d01dcc4d07f.tar.gz | |
Update release notes for v4
| -rw-r--r-- | RELEASE_NOTES.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index ed6617a..3c6b592 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -7,6 +7,15 @@ This page describes important changes between python-gitlab releases. Changes from 0.20 to 0.21 ========================= +* Initial support for the v4 API (experimental) + + The support for v4 is stable enough to be tested, but some features might be + broken. Please report issues to + https://github.com/python-gitlab/python-gitlab/issues/ + + Be aware that the python-gitlab API for v4 objects might change in the next + releases. + * Several methods have been deprecated in the ``gitlab.Gitlab`` class: + ``credentials_auth()`` is deprecated and will be removed. Call ``auth()``. |
