diff --git a/CHANGELOG b/CHANGELOG index 33ffca92a..5c6108cce 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -21,18 +21,18 @@ Changes * `pytest_enter_pdb` now optionally receives the pytest config object. Thanks Bruno Oliveira for the PR. +* fix #1226: Removed code and documentation for Python 2.5 or lower versions, + including removal of the obsolete ``_pytest.assertion.oldinterpret`` module. + Thanks Bruno Oliveira for the PR. -Bug Fixes/Adjustments ---------------------- + +Bug Fixes +--------- * fix issue #680: the -s and -c options should now work under xdist; `Config.fromdictargs` now represents its input much more faithfully. Thanks to Buck Evan for the complete PR. -* fix #1226: Removed code and documentation for Python 2.5 or lower versions, - including removal of the obsolete ``_pytest.assertion.oldinterpret`` module. - Thanks Bruno Oliveira for the PR. - 2.8.6.dev1 ==========