Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 725 Bytes

NEWS.rst

File metadata and controls

26 lines (18 loc) · 725 Bytes

User-visible changes

  • Caching support, see the cache keyword of github.client.Github
  • OAuth2 authentication support
  • Additional issues support:
    • Searching issues with issues.search
    • List issues by label with issues.list_by_label
    • List all project labels with issues.list_labels
    • Edit an existing issue with issues.edit
    • Reopen closed issues with issues.reopen
  • Additional repos support
    • List non-owned projects that you have push rights to with repos.pushable
  • Requires httplib2