Skip to content

Commit

Permalink
Fix the rst markup on the Changelog. (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariatta committed May 30, 2023
1 parent b9fe3c6 commit dbcdf4b
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,20 @@ Changelog
5.3.0
-----

- Add extra_headers option to HTTP methods in GitHubAPI
(`Issue #193 <https://github.com/brettcannon/gidgethub/pull/193>_`)

- Add support passing ``extra_headers`` when making requests
(`PR #192 <https://github.com/brettcannon/gidgethub/pull/192>_`)
(`PR #192 <https://github.com/brettcannon/gidgethub/pull/192>`_)

- Add a getstatus() method for APIs that do not return content.
(`PR #194 <https://github.com/brettcannon/gidgethub/pull/194>_`)
(`PR #194 <https://github.com/brettcannon/gidgethub/pull/194>`_)

5.2.1
-----

- Fix cgi and importlib_resources deprecations.
(`PR #185 <https://github.com/brettcannon/gidgethub/pull/185>_`)
(`PR #185 <https://github.com/brettcannon/gidgethub/pull/185>`_)

- Add support for Python 3.11 and drop EOL Python 3.6
(`PR #184 <https://github.com/brettcannon/gidgethub/pull/184>_`)
(`PR #184 <https://github.com/brettcannon/gidgethub/pull/184>`_)

5.2.0
-----
Expand Down

0 comments on commit dbcdf4b

Please sign in to comment.