commit 4f66e99561e6f294c2e7b7779a0d0582d4c4a5a5
parent fb9a6b5642ee67dcc4971464af2149c6864bea00
Author: lash <dev@holbrook.no>
Date: Fri, 20 Sep 2024 15:38:10 +0100
Update changelog
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,6 +1,8 @@
- 0.2.0
* Remove Init from engine interface, allowing input to be passed in all parts of engine execution.
* Rename engine interface WriteResult to Flush.
+ * Remove need for Exec before Loop
+ * Add initial input option for Loop
* Enable alternate input validators if default validator fails.
* Use template as output by default on empty bytecode terminate.
* Extend engine execution states (execd)