diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..00fc8a5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,43 @@ + + + +# Changelog + +All notable changes to this project will be documented in this file. + +## 0.2.0 - 2023-12-25 + +### Added + +- Add tests in CI with pytest, mypy and ruff in PR #13. +- Add `delaybeforesend` argument due to pexpect in PR #12 thanks to @punchagan. + +### Changed + +- List of `Instructions` are now built by an external function (from `parse.py` for example) and given to `Script` as an argument. This, `Script` is completely independent of implementations of `Instructions`. + +### Fixed + +- Fix typo in PR #10 thanks to @punchagan. +- Fix when using asciinema argument `--append` in PR #11 thanks to @punchagan. + +## 0.1.3 - 2023-06-10