Skip to content

Commit

Permalink
Mention #1952 on the CHANGELOG
Browse files Browse the repository at this point in the history
Also created "New Features" and "Changes" sections.
  • Loading branch information
nicoddemus committed Sep 25, 2016
1 parent 5e96edd commit 3fce784
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
3.1.0.dev
=========


New Features
------------


*

*


Changes
-------

* Testcase reports with a url attribute will now properly write this to junitxml.
Thanks `@fushi`_ for the PR

Expand All @@ -9,14 +22,20 @@
assertion messages if verbosity < 2 (`#1512`_).
Thanks `@mattduck`_ for the PR

* ``--pdbcls`` no longer implies ``--pdb``. This makes it possible to use
``addopts=--pdbcls=module.SomeClass`` on ``pytest.ini``. Thanks `@davidszotten`_ for
the PR (`#1952`_).

*

*

.. _@davidszotten: https://github.com/davidszotten
.. _@fushi: https://github.com/fushi
.. _@mattduck: https://github.com/mattduck

.. _#1512: https://github.com/pytest-dev/pytest/issues/1512
.. _#1952: https://github.com/pytest-dev/pytest/pull/1952


3.0.2
Expand Down

0 comments on commit 3fce784

Please sign in to comment.