Skip to content

Commit

Permalink
Added release date
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Mar 23, 2024
1 parent d51d8bc commit 5eae264
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/versionhistory.rst
Expand Up @@ -4,11 +4,11 @@ Version history
This library adheres to
`Semantic Versioning 2.0 <https://semver.org/#semantic-versioning-200>`_.

**UNRELEASED**
**4.2.0** (2023-03-23)

- Added support for specifying options for the pytest plugin via pytest config files
(`#440 <https://github.com/agronholm/typeguard/issues/440>`_)
- Avoid creating reference cycles when type checking unions
- Avoid creating reference cycles when type checking unions (PR by Shantanu)
- Fixed ``Optional[...]`` being removed from the AST if it was located within a
subscript (`#442 <https://github.com/agronholm/typeguard/issues/442>`_)
- Fixed ``TypedDict`` from ``typing_extensions`` not being recognized as one
Expand Down

0 comments on commit 5eae264

Please sign in to comment.