Rename "BugFixes/Adjustments" to just "Bug Fixes" as commented elsewhere

This commit is contained in:
Bruno Oliveira 2015-12-29 21:09:15 -02:00
parent 719d63085d
commit 309ecf7ab3
1 changed files with 6 additions and 6 deletions

View File

@ -21,18 +21,18 @@ Changes
* `pytest_enter_pdb` now optionally receives the pytest config object. * `pytest_enter_pdb` now optionally receives the pytest config object.
Thanks Bruno Oliveira for the PR. 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; * fix issue #680: the -s and -c options should now work under xdist;
`Config.fromdictargs` now represents its input much more faithfully. `Config.fromdictargs` now represents its input much more faithfully.
Thanks to Buck Evan for the complete PR. 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 2.8.6.dev1
========== ==========