Update CHANGELOG formatting

This commit is contained in:
Bruno Oliveira 2017-10-18 19:26:10 -02:00 committed by GitHub
parent cfd16d0dac
commit a7a39f1364
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
Now when @pytest.fixture is being applied to the same function ValueError is raised.
Now when ``@pytest.fixture`` is applied more than once to the same function a ``ValueError`` is raised. This buggy behavior would cause surprising problems and if was working for a test suite it was mostly by accident.