Finalize CHANGELOG
This commit is contained in:
parent
a3e6c14da3
commit
7f18367582
|
@ -1,5 +1,5 @@
|
||||||
3.0.0.dev1
|
3.0.0
|
||||||
==========
|
=====
|
||||||
|
|
||||||
**Incompatible changes**
|
**Incompatible changes**
|
||||||
|
|
||||||
|
@ -55,11 +55,6 @@ time or change existing behaviors in order to make them less surprising/more use
|
||||||
* ``--exitfirst / -x`` can now be overridden by a following ``--maxfail=N``
|
* ``--exitfirst / -x`` can now be overridden by a following ``--maxfail=N``
|
||||||
and is just a synonym for ``--maxfail=1``.
|
and is just a synonym for ``--maxfail=1``.
|
||||||
|
|
||||||
*
|
|
||||||
|
|
||||||
*
|
|
||||||
|
|
||||||
*
|
|
||||||
|
|
||||||
**New Features**
|
**New Features**
|
||||||
|
|
||||||
|
@ -147,13 +142,6 @@ time or change existing behaviors in order to make them less surprising/more use
|
||||||
* Allow passing a custom debugger class (e.g. ``--pdbcls=IPython.core.debugger:Pdb``).
|
* Allow passing a custom debugger class (e.g. ``--pdbcls=IPython.core.debugger:Pdb``).
|
||||||
Thanks to `@anntzer`_ for the PR.
|
Thanks to `@anntzer`_ for the PR.
|
||||||
|
|
||||||
*
|
|
||||||
|
|
||||||
*
|
|
||||||
|
|
||||||
*
|
|
||||||
|
|
||||||
*
|
|
||||||
|
|
||||||
**Changes**
|
**Changes**
|
||||||
|
|
||||||
|
@ -296,11 +284,6 @@ time or change existing behaviors in order to make them less surprising/more use
|
||||||
a PR, `@eolo999`_ for the initial PR and `@tomviner`_ for his guidance during
|
a PR, `@eolo999`_ for the initial PR and `@tomviner`_ for his guidance during
|
||||||
EuroPython2016 sprint.
|
EuroPython2016 sprint.
|
||||||
|
|
||||||
*
|
|
||||||
|
|
||||||
*
|
|
||||||
|
|
||||||
*
|
|
||||||
|
|
||||||
**Bug Fixes**
|
**Bug Fixes**
|
||||||
|
|
||||||
|
@ -343,7 +326,6 @@ time or change existing behaviors in order to make them less surprising/more use
|
||||||
* Fixed off-by-one error with lines from ``request.node.warn``.
|
* Fixed off-by-one error with lines from ``request.node.warn``.
|
||||||
Thanks to `@blueyed`_ for the PR.
|
Thanks to `@blueyed`_ for the PR.
|
||||||
|
|
||||||
*
|
|
||||||
|
|
||||||
.. _#1210: https://github.com/pytest-dev/pytest/issues/1210
|
.. _#1210: https://github.com/pytest-dev/pytest/issues/1210
|
||||||
.. _#1235: https://github.com/pytest-dev/pytest/issues/1235
|
.. _#1235: https://github.com/pytest-dev/pytest/issues/1235
|
||||||
|
|
Loading…
Reference in New Issue