From 87a11732e76658244ed23d7f38e93adb19c4a795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionel=20Cristian=20M=C4=83rie=C8=99?= Date: Sun, 12 Jan 2020 20:29:12 +0200 Subject: [PATCH] Update changelog. --- AUTHORS.rst | 1 + CHANGELOG.rst | 2 ++ 2 files changed, 3 insertions(+) diff --git a/AUTHORS.rst b/AUTHORS.rst index b1ca0a88..dfd2c83c 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -37,3 +37,4 @@ Authors * Martín Gaitán - https://github.com/mgaitan * Hugo van Kemenade - https://github.com/hugovk * Michael Manganiello - https://github.com/adamantike +* Anders Hovmöller - https://github.com/boxed diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 95381fc6..9456fcc1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,8 @@ Changelog * Fixed ``RemovedInPytest4Warning`` when using Pytest 3.10. Contributed by Michael Manganiello in `#354 `_. +* Made pytest startup faster when plugin not active by lazy-importing. + Contributed by Anders Hovmöller in `#339 `_. 2.8.1 (2019-10-05) ------------------