From 07844218b6ee08732e6bc28b9e32365759a91863 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Sun, 9 Jan 2022 08:44:42 +0200 Subject: [PATCH] Update changelog for added plugin modes --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index acaa99b5..c4c3a5b1 100644 --- a/README.rst +++ b/README.rst @@ -259,6 +259,7 @@ Changelog - Fixed an issue when pytest-asyncio was used in combination with `flaky` or inherited asynchronous Hypothesis tests. `#178 `_ `#231 `_ - Added `flaky `_ to test dependencies - Added ``unused_udp_port`` and ``unused_udp_port_factory`` fixtures (similar to ``unused_tcp_port`` and ``unused_tcp_port_factory`` counterparts. `#99 `_ +- Added the plugin modes: *strict*, *auto*, and *legacy*. See `documentation `_ for details. `#125 `_ 0.16.0 (2021-10-16) ~~~~~~~~~~~~~~~~~~~