From a5fcb963785cdc1e4ec86d08fcd0855a445de394 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Sat, 30 Jan 2021 12:10:09 -0700 Subject: [PATCH] Support for tags --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 884ff2f..fcad249 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add internal logging that uses Crystal's `Log` utility. Provide the `LOG_LEVEL` environment variable to enable. - Support dynamic creation of examples. - Capture and log information for hooks. +- Tags can be added to examples and example groups. ### Changed - Simplify and reduce defined types and generics. Should speed up compilation times.