diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2018-05-19 17:46:34 +0200 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2018-05-19 17:46:34 +0200 |
commit | 2c342372814bbac2203d7b4c0f2cd32541bab979 (patch) | |
tree | 2ac25849c512a74a553b5f399ea18cf9976d441d | |
parent | 09d1ec04e52fc796cc25e1e29e73969c595e951d (diff) | |
download | gitlab-2c342372814bbac2203d7b4c0f2cd32541bab979.tar.gz |
Add release notes for 1.5
-rw-r--r-- | RELEASE_NOTES.rst | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index 59175d6..600fb17 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -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 ======================= |