We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d51d8bc commit 5eae264Copy full SHA for 5eae264
1 file changed
docs/versionhistory.rst
@@ -4,11 +4,11 @@ Version history
4
This library adheres to
5
`Semantic Versioning 2.0 <https://semver.org/#semantic-versioning-200>`_.
6
7
-**UNRELEASED**
+**4.2.0** (2023-03-23)
8
9
- Added support for specifying options for the pytest plugin via pytest config files
10
(`#440 <https://github.com/agronholm/typeguard/issues/440>`_)
11
-- Avoid creating reference cycles when type checking unions
+- Avoid creating reference cycles when type checking unions (PR by Shantanu)
12
- Fixed ``Optional[...]`` being removed from the AST if it was located within a
13
subscript (`#442 <https://github.com/agronholm/typeguard/issues/442>`_)
14
- Fixed ``TypedDict`` from ``typing_extensions`` not being recognized as one
0 commit comments