Add changelog entry for #321

This commit is contained in:
Bruno Oliveira
2018-07-27 17:06:11 -03:00
parent b8154cf655
commit b9d91e913e

5
changelog/321.bugfix.rst Normal file
View File

@@ -0,0 +1,5 @@
Revert change that dropped support for ``pytest<3.4``.
This change caused problems in some installations, and was a mistaken
in the first place as we should not change version requirements
in bug-fix releases unless they fix an actual bug.