added to changelog and authors
This commit is contained in:
parent
65be1231b1
commit
6b56c36ae7
1
AUTHORS
1
AUTHORS
|
@ -78,6 +78,7 @@ Kale Kundert
|
||||||
Katarzyna Jachim
|
Katarzyna Jachim
|
||||||
Kevin Cox
|
Kevin Cox
|
||||||
Lee Kamentsky
|
Lee Kamentsky
|
||||||
|
Lev Maximov
|
||||||
Lukas Bednar
|
Lukas Bednar
|
||||||
Maciek Fijalkowski
|
Maciek Fijalkowski
|
||||||
Maho
|
Maho
|
||||||
|
|
|
@ -12,14 +12,20 @@
|
||||||
* Fix pkg_resources import error in Jython projects (`#1853`).
|
* Fix pkg_resources import error in Jython projects (`#1853`).
|
||||||
Thanks `@raquel-ucl`_ for the PR.
|
Thanks `@raquel-ucl`_ for the PR.
|
||||||
|
|
||||||
|
* Got rid of ``AttributeError: 'Module' object has no attribute '_obj'`` exception
|
||||||
|
in Python 3 (`#1944`_).
|
||||||
|
Thanks `@axil`_ for the PR.
|
||||||
|
|
||||||
*
|
*
|
||||||
|
|
||||||
|
|
||||||
.. _@philpep: https://github.com/philpep
|
.. _@philpep: https://github.com/philpep
|
||||||
.. _@raquel-ucl: https://github.com/raquel-ucl
|
.. _@raquel-ucl: https://github.com/raquel-ucl
|
||||||
|
.. _@axil: https://github.com/axil
|
||||||
|
|
||||||
.. _#1905: https://github.com/pytest-dev/pytest/issues/1905
|
.. _#1905: https://github.com/pytest-dev/pytest/issues/1905
|
||||||
.. _#1934: https://github.com/pytest-dev/pytest/issues/1934
|
.. _#1934: https://github.com/pytest-dev/pytest/issues/1934
|
||||||
|
.. _#1944: https://github.com/pytest-dev/pytest/issues/1944
|
||||||
|
|
||||||
|
|
||||||
3.0.2
|
3.0.2
|
||||||
|
|
Loading…
Reference in New Issue