From ba8b3be61a0ec53bbfa31ae20d7d7c764a5c7920 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 9 Jan 2019 20:27:18 -0200 Subject: [PATCH] Improve CHANGELOG --- changelog/3375.doc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/3375.doc.rst b/changelog/3375.doc.rst index 8fa7e227228..f7858ff7e24 100644 --- a/changelog/3375.doc.rst +++ b/changelog/3375.doc.rst @@ -1 +1 @@ -document that not using the canonical configfile may crash other tools +Document that using ``setup.cfg`` may crash other tools or cause hard to track down problems because it uses a different parser than ``pytest.ini`` or ``tox.ini`` files.