8000 Update HISTORY · waynr/github3.py@df46689 · GitHub
[go: up one dir, main page]

Skip to content

Commit df46689

Browse files
committed
Update HISTORY
[ci skip]
1 parent ad7d330 commit df46689

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

HISTORY.rst

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
History/Changelog
22
-----------------
33

4-
0.9.0: 2014-03-xx
4+
0.9.0: 2014-05-04
55
~~~~~~~~~~~~~~~~~
66

77
- Add Deployments API
88

9+
- Add Pages API
10+
911
- Add support so applications can revoke a `single authorization`_ or `all
1012
authorizations`_ created by the application
1113

@@ -21,11 +23,26 @@ History/Changelog
2123

2224
- Update methods to handle the `pagination changes`_.
2325

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+
2440
.. _single authorization: https://github3py.readthedocs.org/en/latest/github.html#github3.github.GitHub.revoke_authorization
2541
.. _all authorizations: https://github3py.readthedocs.org/en/latest/github.html#github3.github.GitHub.revoke_authorizations
2642
.. _ping: https://github3py.readthedocs.org/en/latest/repos.html?highlight=ping#github3.repos.hook.Hook.ping
2743
.. _Repository's collaborators: https://github3py.readthedocs.org/en/latest/repos.html#github3.repos.repo.Repository.iter_collaborators
2844
.. _pagination changes: https://developer.github.com/changes/2014-03-18-paginating-method-changes/
45+
.. _stargarzers_url: https://github.com/sigmavirus24/github3.py/pull/240
2946

3047
0.8.2: 2014-02-11
3148
~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)
0