summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 971a6d1..15c59f0 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,14 @@ IMPROVEMENTS
* Rename TestResource to TestResourceManager leaving TestResource as an alias.
Fixes bug #520769.
+* Test sorting no longer performs N! work on tests that can never benefit from
+ order optimisations (when resources are not shared an arbitrary order is
+ sufficient). Partial fix for bug #522338.
+
+* Test sorting now uses a heuristic on each partition to get a sort that is
+ no worse than twice the optimal number of setup/teardown operations and is
+ fast to calculate. Fixes bug #522338
+
0.2.3
-----