From 2d7cfcd6864db10eb761b18bd104f944fdbabbf4 Mon Sep 17 00:00:00 2001 From: nicoddemus Date: Mon, 29 Feb 2016 15:42:03 -0500 Subject: [PATCH] Finalize CHANGELOG --- CHANGELOG.rst | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 875f1452f..ccf66a662 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,5 @@ -2.9.0.dev -========= +2.9.0 +===== **New Features** @@ -28,16 +28,10 @@ this fixes `#1366`_. Thanks to `@hpk42`_ for the report and `@RonnyPfannschmidt`_ for the PR. -* - * catch IndexError exceptions when getting exception source location. This fixes pytest internal error for dynamically generated code (fixtures and tests) where source lines are fake by intention -* - -* - **Changes** * **Important**: `py.code `_ has been @@ -72,16 +66,10 @@ * Added expected exceptions to pytest.raises fail message -* - * Collection only displays progress ("collecting X items") when in a terminal. This avoids cluttering the output when using ``--color=yes`` to obtain colors in CI integrations systems (`#1397`_). -* - -* - **Bug Fixes** * The ``-s`` and ``-c`` options should now work under ``xdist``; @@ -101,10 +89,6 @@ * Fix (`#1422`_): junit record_xml_property doesn't allow multiple records with same name. -* - -* - .. _`traceback style docs`: https://pytest.org/latest/usage.html#modifying-python-traceback-printing .. _#1422: https://github.com/pytest-dev/pytest/issues/1422