added to authors and changelog

This commit is contained in:
Omer Hadari 2017-03-04 10:32:14 +02:00
parent 6a52fe1650
commit 6aaf7ae18b
2 changed files with 3 additions and 1 deletions

View File

@ -147,3 +147,4 @@ Victor Uriarte
Vidar T. Fauske Vidar T. Fauske
Wouter van Ackooy Wouter van Ackooy
Xuecong Liao Xuecong Liao
Omer Hadari

View File

@ -22,7 +22,8 @@
* Replace ``raise StopIteration`` usages in the code by simple ``returns`` to finish generators, in accordance to `PEP-479`_ (`#2160`_). * Replace ``raise StopIteration`` usages in the code by simple ``returns`` to finish generators, in accordance to `PEP-479`_ (`#2160`_).
Thanks `@tgoodlet`_ for the report and `@nicoddemus`_ for the PR. Thanks `@tgoodlet`_ for the report and `@nicoddemus`_ for the PR.
* * Fix internal errors when an unprintable ``AssertionError`` is raised inside a test.
Thanks `@omerhadari`_ for the PR.
* Skipping plugin now also works with test items generated by custom collectors (`#2231`_). * Skipping plugin now also works with test items generated by custom collectors (`#2231`_).
Thanks to `@vidartf`_. Thanks to `@vidartf`_.