From 309ecf7ab3c4a437857f9ce75baaf8624ad3df92 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 29 Dec 2015 21:09:15 -0200 Subject: [PATCH] Rename "BugFixes/Adjustments" to just "Bug Fixes" as commented elsewhere --- CHANGELOG | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 ==========