Skip to content

Commit fde741b

Browse files
committed
update changelog
Signed-off-by: shmck <[email protected]>
1 parent 523d936 commit fde741b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,11 @@ CODEROAD_TUTORIAL_URL='path/to/tutorial_config_file.json' // will load directly
128128

129129
## [0.7.0]
130130

131+
- Support loading subtasks (#340). Subtasks are a list of tests that need to pass before a task is complete. They can be loaded by:
132+
133+
1. filtering down to a subset of tests by setting the `step.setup.filter` to a regex pattern that matches the tests you're targeting
134+
2. setting the `step.setup.subtasks` variable to true
135+
131136
- Change for the test runner config. Changes are backwards compatible.
132137

133138
1. `testRunner.path`=> `testRunner.directory`

0 commit comments

Comments
 (0)