Skip to content

Commit

Permalink
Update release notes for v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauvain Pocentek committed May 24, 2017
1 parent 03ac8da commit 627a6aa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions RELEASE_NOTES.rst
Expand Up @@ -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()``.
Expand Down

0 comments on commit 627a6aa

Please sign in to comment.