diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2026-01-15 20:32:20 +0100 |
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2026-01-15 20:32:20 +0100 |
| commit | d3fc3d429e1f2479273c87f391df05788cb9e157 (patch) | |
| tree | 2b1bfbd1800a9060b9a282ede6bd903a1c0110b5 /CHANGELOG.md | |
| parent | b649e00d0f3317534d095677d67426b08f4afe12 (diff) | |
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bdfbc83..85027e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Revision history for erebos-tester +## 0.3.4 -- 2026-01-15 + +* Show call stack in error messages. +* Verbose output now includes test names, command and arguments for spawned processes, and marks flushed/ignored output lines. +* Added `ignore` builtin command. +* Added `timeout` argument for the `expect` command. +* Support zero as a timeout multiplier. +* Make host filesystems read-only for the test process (except for test dir). +* Implemented pipes and input/output redirection in shell scripts. +* Support for GHC up to 9.14. + ## 0.3.3 -- 2025-06-25 * Added optional `timeout` setting to config file |