CHANGELOG.md in markdown_exec-2.4.0 vs CHANGELOG.md in markdown_exec-2.5.0
- old
+ new
@@ -1,6 +1,28 @@
# Changelog
+## [2.5.0] - 2024-10-27
+
+### Added
+
+- Block types for managing saved history files.
+- Options for document configuration file names.
+- Options for variable expansion in document and links.
+- Options for displaying saved history.
+- Indent imported blocks.
+- Option for default shell (Bash or Sh).
+- Option to enable cycling past top or bottom of menu.
+- Options for matching table rows.
+- Option to disable blocks with token in title.
+- Remember and process start line for each block.
+- Tests for published data.
+
+### Changed
+
+- Fix sorting of history menu choices.
+- Color is optional for menu entries.
+- Fix input source for prompt for input from user.
+
## [2.4.0] - 2024-09-12
### Added
- Commands to list, search, and view saved asset history.