CHANGELOG.md in markdown_exec-1.1.1 vs CHANGELOG.md in markdown_exec-1.2.0

- old
+ new

@@ -1,8 +1,9 @@ # Changelog ## [ToDo] +`reek lib/markdown_exec.rb --config .reek` - user settings - hidden w , w/o () in names - fix regexp in pathnames @@ -34,9 +35,24 @@ - [ ] re-exec last script v re-run named block in last script - [ ] repeat to reload last doc and block - [ ] option to log blended, timeline; stdin, stdout, stderr; labels: prefix and blocks - [ ] ren logged_stdout_filename_prefix to saved_stdout_filename_prefix +- [ ] ignore '#' in fenced code blocks + +## [1.2.0] - 2022-06-11 + +### Added + +- Options + - Display document name in block selection menu + - Display headings (levels 1,2,3) in block selection menu +- Trap Ctrl-C (SIGTERM) while script is executing. + Completes MDE processes such as saving output and reporting results. + +### Changed + +- Refactoring ## [1.1.1] - 2022-05-25 ### Added