diff options
| author | Gauvain Pocentek <gauvain@pocentek.net> | 2017-09-08 07:02:52 +0200 |
|---|---|---|
| committer | Gauvain Pocentek <gauvain@pocentek.net> | 2017-09-08 07:02:52 +0200 |
| commit | 3d8df3ccb22142c4cff86ba879882b0269f1b3b6 (patch) | |
| tree | 492cf9a5d807597f0ded7ec723acd92eefc2b60e /ChangeLog.rst | |
| parent | 670217d4785f52aa502dce6c9c16a3d581a7719c (diff) | |
| download | gitlab-3d8df3ccb22142c4cff86ba879882b0269f1b3b6.tar.gz | |
Update changelog, release notes and authors for v1.01.0.0
Diffstat (limited to 'ChangeLog.rst')
| -rw-r--r-- | ChangeLog.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst index a72ac6f..969d9ef 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,6 +1,19 @@ ChangeLog ========= +Version 1.0.0_ - 2017-09-08 +--------------------------- + +* Support for API v4. See + http://python-gitlab.readthedocs.io/en/master/switching-to-v4.html +* Support SSL verification via internal CA bundle +* Docs: Add link to gitlab docs on obtaining a token +* Added dependency injection support for Session +* Fixed repository_compare examples +* Fix changelog and release notes inclusion in sdist +* Missing expires_at in GroupMembers update +* Add lower-level methods for Gitlab() + Version 0.21.2_ - 2017-06-11 ---------------------------- @@ -434,6 +447,7 @@ Version 0.1 - 2013-07-08 * Initial release +.. _1.0.0: https://github.com/python-gitlab/python-gitlab/compare/0.21.2...1.0.0 .. _0.21.2: https://github.com/python-gitlab/python-gitlab/compare/0.21.1...0.21.2 .. _0.21.1: https://github.com/python-gitlab/python-gitlab/compare/0.21...0.21.1 .. _0.21: https://github.com/python-gitlab/python-gitlab/compare/0.20...0.21 |
