8000 Fill in HISTORY for what has changed since 0.8.2 · mikewaters/github3.py@91293f5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 91293f5

Browse files
committed
Fill in HISTORY for what has changed since 0.8.2
1 parent 644221a commit 91293f5

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

HISTORY.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
History/Changelog
22
-----------------
33

4+
0.9.0: 2014-03-xx
5+
~~~~~~~~~~~~~~~~~
6+
7+
- Add Deployments API
8+
9+
- Add support so applications can revoke a `single authorization`_ or `all
10+
authorizations`_ created by the application
11+
12+
- Add the ability for users to ping_ hooks
13+
14+
- Allow users to list a `Repository's collaborators`_
15+
16+
- Update how users can list issues and pull requests. See:
17+
http://developer.github.com/changes/2014-02-28-issue-and-pull-query-enhancements/
18+
This includes breaking changes to ``Repository#iter_pulls``.
19+
20+
.. _single authorization: https://github3py.readthedocs.org/en/latest/github.html#github3.github.GitHub.revoke_authorization
21+
.. _all authorizations: https://github3py.readthedocs.org/en/latest/github.html#github3.github.GitHub.revoke_authorizations
22+
.. _ping: https://github3py.readthedocs.org/en/latest/repos.html?highlight=ping#github3.repos.hook.Hook.ping
23+
.. _Repository's collaborators: https://github3py.readthedocs.org/en/latest/repos.html#github3.repos.repo.Repository.iter_collaborators
24+
425
0.8.2: 2014-02-11
526
~~~~~~~~~~~~~~~~~
627

0 commit comments

Comments
 (0)
0