summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2024-05-14 22:07:57 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2024-05-14 22:11:13 +0200
commit2680ba18126cad9c68e56c32b92104b1d14f600a (patch)
treea3d8c2958541487be7f70f785d99f9d4ac0b4150 /CHANGELOG.md
parent733a27e58347d567387ff2793c4f8bd3dd8020c3 (diff)
Version 0.2.1v0.2.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index faed50e..64834ea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
# Revision history for erebos-tester
+## 0.2.1 -- 2024-05-14
+
+* Selection of test from test file path on command line using ':' charater
+* Added --repeat option to run the tests multiple times
+* Added --wait option to wait at the end of each test
+* Added 'flush' command
+* Show record selectors in failure reports
+* Compatibility with GHC up to 9.8
+
## 0.2.0 -- 2023-04-26
* Lists and "for" statement.