Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils authored Oct 11, 2024
1 parent ba6e199 commit f481381
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

- Remove support for Python 3.8, which has reached end-of-life on 2024-10-07.
([#747](https://github.com/mitmproxy/pdoc/pull/747), @mhils)
- Python 3.13: `@deprecated` decorators are now rendered with visual emphasis.
([#750](https://github.com/mitmproxy/pdoc/pull/750), @mhils)
- Inherited members are now hidden by default if the base class is not part of the documentation.
Please make yourself heard in https://github.com/mitmproxy/pdoc/issues/715 if you relied on the old behavior.
([#748](https://github.com/mitmproxy/pdoc/pull/748), @mhils)
- Python 3.13: `@deprecated` decorators are now rendered with visual emphasis.
([#750](https://github.com/mitmproxy/pdoc/pull/750), @mhils)
- Improve mocking of `sys.stdin`, `sys.stdout`, and `sys.stderr` to fix runtime errors with some packages.
([#751](https://github.com/mitmproxy/pdoc/pull/751), @mhils)

Expand Down

0 comments on commit f481381

Please sign in to comment.