Skip to content

Commit

Permalink
Update release notes to run ordering status quo
Browse files Browse the repository at this point in the history
  • Loading branch information
kriegaex committed Apr 16, 2023
1 parent 3e26f94 commit 59d4ed1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/release_notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ include::include.adoc[]

== 2.4 (tbd)

* New lifecycle method `IGlobalExtension.initSpecs` spockPull:1631[]
* Support for setting execution order (a.k.a. run order) in `SpecInfo`, can be used by extensions spockPull:1631[]
* New built-in `RandomRunOrderExtension` supports run order randomization for specifications, features or a combination of both.
See manual section <<extensions#_randomize_run_order,Randomize Run Order>>. spockPull:1631[]
* New built-in `OrderExtension` supports run order modification for specifications, features or a combination of both.
Built-in orderers can create random, alphabetical or user-defined ordering, the latter using the new `@Order(int)`
annotation. See manual section <<extensions#_run_order,Run Order>>. spockPull:1631[]

== 2.4-M1 (2022-11-30)

Expand Down

0 comments on commit 59d4ed1

Please sign in to comment.