summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
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