Rename "BugFixes/Adjustments" to just "Bug Fixes" as commented elsewhere
This commit is contained in:
parent
719d63085d
commit
309ecf7ab3
12
CHANGELOG
12
CHANGELOG
|
@ -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
|
||||||
==========
|
==========
|
||||||
|
|
Loading…
Reference in New Issue