From 72afa013e87b6b72a8d2d187fb342021dd5c895d Mon Sep 17 00:00:00 2001 From: Jon Manning Date: Fri, 8 Jul 2022 10:32:50 +1000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 555fd1ab1..51a8da05b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Added +### Changed + +### Removed + +## [2.2.1] 2022-07-08 + +### Added + +- Added a means to detect and return runs of lines through basic block analysis to the Utils. This is called via the `Yarn.Compiler.Utility.ExtractStringBlocks` function. + +### Changed + - Markup attributes may now begin with a digit, letter or underscore. Previously, they were required to begin with a letter or an underscore. This allows the `select` marker to work with numbers: `[select value=1 1=one 2=two 3=three /]` -- A means to detect and return runs of lines through basic block analysis to the Utils. This is called via the `Yarn.Compiler.Utility.ExtractStringBlocks` function. ## [2.2.0] 2022-04-08