Skip to content

Commit

Permalink
Add release notes for 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauvain Pocentek committed May 19, 2018
1 parent 09d1ec0 commit 2c34237
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions RELEASE_NOTES.rst
Expand Up @@ -4,6 +4,27 @@ Release notes

This page describes important changes between python-gitlab releases.

Changes from 1.4 to 1.5
=======================

* APIv3 support has been removed. Use the 1.4 release/branch if you need v3
support.
* The ``GetFromListMixin`` class has been removed. The ``get()`` method is not
available anymore for the following managers:
- UserKeyManager
- DeployKeyManager
- GroupAccessRequestManager
- GroupIssueManager
- GroupProjectManager
- GroupSubgroupManager
- IssueManager
- ProjectCommitStatusManager
- ProjectEnvironmentManager
- ProjectLabelManager
- ProjectPipelineJobManager
- ProjectAccessRequestManager
- TodoManager

Changes from 1.3 to 1.4
=======================

Expand Down

0 comments on commit 2c34237

Please sign in to comment.