From ef1caf7a71756854f34eb655e7b028a428ddcba6 Mon Sep 17 00:00:00 2001 From: shmck Date: Sun, 17 May 2020 20:14:05 -0700 Subject: [PATCH] update changelog Signed-off-by: shmck --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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