diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2024-08-10 18:12:56 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2024-08-10 18:12:56 +0200 |
commit | b2d5a781fef650b70bf635a903a59063400cfd92 (patch) | |
tree | 3e13aaea6e6fc30cdd51b9738ca3ac1b3b200983 /CHANGELOG.md | |
parent | fed9f38d30f0d2a37042f9a88ec7f5248767ea58 (diff) |
Version 0.2.3v0.2.3
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bc5303a..baa869c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Revision history for erebos-tester +## 0.2.3 -- 2024-08-10 + +* Added `network` member to the `node` object +* Use colors by default only on terminal, add `--color`/`--no-color` options to select manually. +* Accept module name declaration +* Report multiple parsing errors in single pass + ## 0.2.2 -- 2024-05-17 * Fix unshare failing with newer compilers |