summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2025-02-28 21:01:25 +0100
committerRoman Smrž <roman.smrz@seznam.cz>2025-02-28 21:01:25 +0100
commita7b5aa6325732616fece14f8d392db551d23911c (patch)
tree7fdd3be50ebffbbbd4c43dda3cda13f1c1f931a8 /CHANGELOG.md
parentcf4dbc044a3011a0df668ce58479122726485f65 (diff)
Version 0.3v0.3.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 74ef7be..819e367 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,19 @@
# Revision history for erebos-tester
+## 0.3.0 -- 2025-02-28
+
+* User-defined functions
+* Modules, exports and imports
+* Added `ifname` member to the `node` type
+* Added `>`, `>=`, `<=` and `<` operators for numbers
+* Change "flush" command to take regex argument via "matching" keyword
+* Change working directory of spawned process to node directory
+* Use custom C main instead of wrapper binary for unshare(2) call.
+* Fix regex check in flush command
+* Time information in output
+* Support for GHC up to 9.12
+* Fail when test requested on command-line is not found
+
## 0.2.4 -- 2024-08-13
* Fix build with mtl-2.3