Skip to content

Commit 1f62e5b

Browse files
author
Manuel Krebber
committed
Added CHANGELOG entry and myself to AUTHORS.
1 parent c043bbb commit 1f62e5b

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ Lukas Bednar
8686
Luke Murphy
8787
Maciek Fijalkowski
8888
Maho
89+
Manuel Krebber
8990
Marc Schlaich
9091
Marcin Bachry
9192
Mark Abramowitz

CHANGELOG.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
New Features
66
------------
77

8-
*
8+
* Added an ini option ``doctest_encoding`` to specify which encoding to use for doctest files.
9+
Thanks `@wheerd`_ for the PR (`#2101`_).
910

1011
*
1112

@@ -21,10 +22,10 @@ Changes
2122
assertion messages if verbosity < 2 (`#1512`_).
2223
Thanks `@mattduck`_ for the PR
2324

24-
* ``--pdbcls`` no longer implies ``--pdb``. This makes it possible to use
25+
* ``--pdbcls`` no longer implies ``--pdb``. This makes it possible to use
2526
``addopts=--pdbcls=module.SomeClass`` on ``pytest.ini``. Thanks `@davidszotten`_ for
2627
the PR (`#1952`_).
27-
* Change exception raised by ``capture.DontReadFromInput.fileno()`` from ``ValueError``
28+
* Change exception raised by ``capture.DontReadFromInput.fileno()`` from ``ValueError``
2829
to ``io.UnsupportedOperation``. Thanks `@vlad-dragos`_ for the PR.
2930

3031

@@ -34,11 +35,13 @@ Changes
3435
.. _@davidszotten: https://github.com/davidszotten
3536
.. _@fushi: https://github.com/fushi
3637
.. _@mattduck: https://github.com/mattduck
38+
.. _@wheerd: https://github.com/wheerd
3739

3840
.. _#1512: https://github.com/pytest-dev/pytest/issues/1512
3941
.. _#1874: https://github.com/pytest-dev/pytest/pull/1874
4042
.. _#1952: https://github.com/pytest-dev/pytest/pull/1952
4143
.. _#2013: https://github.com/pytest-dev/pytest/issues/2013
44+
.. _#2101: https://github.com/pytest-dev/pytest/pull/2101
4245

4346

4447
3.0.5.dev0

0 commit comments

Comments
 (0)