diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d80601c..c7cb2e74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -128,6 +128,8 @@ CODEROAD_TUTORIAL_URL='path/to/tutorial_config_file.json' // will load directly ## [0.7.0] +- Style fixes for tables & bold markdown + - Support loading subtasks (#340). Subtasks are a list of tests that need to pass before a task is complete. They can be loaded by: 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