diff --git a/py/doc/release-notes-1.0.0 b/py/doc/release-notes-1.0.0 index de38fe1cb..c90b100f3 100644 --- a/py/doc/release-notes-1.0.0 +++ b/py/doc/release-notes-1.0.0 @@ -4,6 +4,13 @@ changes from 0.9.1 to 1.0 py.test: - collector.run() deprecated, implement/use listdir() instead +- item.run() deprecated, item.execute() signature modified + # item.setup() and item.execute() are the ones to override +- py.test --pdb works without implied "-s" +- uses less RAM with long test runs??? (due to keeping less + references around) + +py.builtin: