Update AUTHORS, CHANGELOG

This commit is contained in:
Barney Gale 2016-12-18 21:39:35 +00:00
parent 3d18c9c1c6
commit 8db9915374
2 changed files with 5 additions and 1 deletions

View File

@ -16,6 +16,7 @@ Antony Lee
Armin Rigo
Aron Curzon
Aviv Palivoda
Barney Gale
Ben Webb
Benjamin Peterson
Bernard Pratz

View File

@ -1,7 +1,10 @@
3.0.6.dev0 (unreleased)
=======================
*
* Conditionless ``xfail`` markers no longer rely on the underlying test item
being an instance of ``PyobjMixin``, and can therefore apply to tests not
collected by the built-in python test collector. Thanks `@barneygale`_ for the
PR.
* pytest no longer recognizes coroutine functions as yield tests (`#2129`_).
Thanks to `@malinoff`_ for the PR.