CHANGELOG.md in markdown_exec-2.3.0 vs CHANGELOG.md in markdown_exec-2.4.0

- old
+ new

@@ -1,6 +1,25 @@ # Changelog +## [2.4.0] - 2024-09-12 + +### Added + +- Commands to list, search, and view saved asset history. +- BATS tests for basic and common options. +- Options to format lists in report output. +- Options to format tables over multiple lines by role and order. +- Options for automatic menu entry to edit inherited code when none exists. +- Example documents for wrapped blocks, text and table formatting. + +### Changed + +- Rework argument processing. +- Update default line decorations. Avoid patterns likely to exist in code. +- Refactor block selection to default to all. +- Use AnsiString over String to decorate output. +- Handle Ctrl-C at menu. + ## [2.3.0] - 2024-08-05 ### Added - In-line decoration of text