Skip to content

Commit

Permalink
Adding headers in GithubException is a breaking change (#1931)
Browse files Browse the repository at this point in the history
Since exporting headers in GithubException might require passing them in
a constructor for client code, shift it as a breaking change so users
watch out for it.
  • Loading branch information
s-t-e-v-e-n-k committed Apr 26, 2021
1 parent 8aebd94 commit d1644e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/changes.rst
Expand Up @@ -12,6 +12,7 @@ Version 1.55 (April 26, 2021)
* Adjust to Github API changes regarding emails (#1890) (2c77cfad)
- This impacts what AuthenticatedUser.get_emails() returns
* PublicKey.key_id could be int on Github Enterprise (#1894) (ad124ef4)
* Export headers in GithubException (#1887) (ddd437a7)

**Bug Fixes & Improvements**

Expand All @@ -29,7 +30,6 @@ Version 1.55 (April 26, 2021)
* Update PyJWT Version to 2.0+ (#1891) (a68577b7)
* Use right variable in both get_check_runs() (#1889) (3003e065)
* fix bad assertions in github.Project.edit (#1817) (6bae9e5c)
* Export headers in GithubException (#1887) (ddd437a7)
* Test repr() for PublicKey (#1879) (e0acd8f4)
* Add support for deleting repository secrets (#1868) (696793de)
* Switch repository secrets to using f-strings (#1867) (aa240304)
Expand Down

0 comments on commit d1644e3

Please sign in to comment.