From 7337cce332b599166eeee16ba4cb3f467a3708f1 Mon Sep 17 00:00:00 2001 From: Steffen Schroeder Date: Mon, 15 Jul 2019 21:25:56 +0200 Subject: [PATCH] Fixed links were content was from 'writing_plugins' to 'reference' --- CHANGELOG.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2209b729c..b12db6eff 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2582,10 +2582,10 @@ Features `_) - New `pytest_runtest_logfinish - `_ + `_ hook which is called when a test item has finished executing, analogous to `pytest_runtest_logstart - `_. + `_. (`#3101 `_) - Improve performance when collecting tests using many fixtures. (`#3107