go-vise

Constrained Size Output Virtual Machine
Info | Log | Files | Refs | README | LICENSE

commit d3a358d6eaa600d4ccb8c37b2a2b26490c9b06b8
parent 4e32e2197bbd6c26334b81a55e9dabf039bccffe
Author: lash <dev@holbrook.no>
Date:   Sat, 14 Sep 2024 17:39:26 +0100

Update changelog

Diffstat:
MCHANGELOG | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,6 @@ - 0.2.0 * Remove Init from engine interface, allowing input to be passed in all parts of engine execution. + * Enable alternate input validators if default validator fails. - 0.1.0 * Data storage interface (db.Db) with implementations for memory (db.memDb), filesystem (db.fsDb), gdbm (db.gdbmDb) and Postgres (db.pgDb). * Replace resource.FsResource and resource.MemResource with resource.DbResource using corresponding db.Db backend.