add changes in CHANGELOG.rst

This commit is contained in:
Oliver Bestwalter 2016-06-25 16:00:49 +02:00
parent 891e1677b6
commit 72450408ed
1 changed files with 5 additions and 0 deletions

View File

@ -47,6 +47,11 @@
`#1629`_. Thanks `@obestwalter`_ and `@davehunt`_ for the complete PR
(`#1633`_)
* Remove all py.test-X* entry points. The versioned, suffixed entry points
were never documented and a leftover from a pre-virtualenv era. They were
also broken for wheels, so removing these entry points also removes a
potential source of confusion.
**Changes**
* Fixtures marked with ``@pytest.fixture`` can now use ``yield`` statements exactly like