File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
History/Changelog
2
2
-----------------
3
3
4
- 0.9.0: 2014-03-xx
4
+ 0.9.0: 2014-05-04
5
5
~~~~~~~~~~~~~~~~~
6
6
7
7
- Add Deployments API
8
8
9
+ - Add Pages API
10
+
9
11
- Add support so applications can revoke a `single authorization `_ or `all
10
12
authorizations `_ created by the application
11
13
@@ -21,11 +23,26 @@ History/Changelog
21
23
22
24
- Update methods to handle the `pagination changes `_.
23
25
26
+ - Fix typo `stargarzers_url `_
27
+
28
+ - Add ``assets `` attribute to ``Release `` object.
29
+
30
+ - Fix wrong argument to ``Organization#create_team `` (``permissions `` versus
31
+ ``permission ``)
32
+
33
+ - Fix Issue Search Result's representation and initialization
34
+
35
+ - Fix Repository Search Result's initialization
36
+
37
+ - Allow users to pass a two-factor authentication callback to
38
+ ``GitHub#authorize ``.
39
+
24
40
.. _single authorization : https://github3py.readthedocs.org/en/latest/github.html#github3.github.GitHub.revoke_authorization
25
41
.. _all authorizations : https://github3py.readthedocs.org/en/latest/github.html#github3.github.GitHub.revoke_authorizations
26
42
.. _ping : https://github3py.readthedocs.org/en/latest/repos.html?highlight=ping#github3.repos.hook.Hook.ping
27
43
.. _Repository's collaborators : https://github3py.readthedocs.org/en/latest/repos.html#github3.repos.repo.Repository.iter_collaborators
28
44
.. _pagination changes : https://developer.github.com/changes/2014-03-18-paginating-method-changes/
45
+ .. _stargarzers_url : https://github.com/sigmavirus24/github3.py/pull/240
29
46
30
47
0.8.2: 2014-02-11
31
48
~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments