go-vise

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

commit 307fa6fcdc6b22db151721022bf45bc7be61a0f4
parent 934a8ba440738d25567015423d72409fdf04495c
Author: lash <dev@holbrook.no>
Date:   Thu, 17 Oct 2024 12:27:04 +0100

Update changelog

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

diff --git a/CHANGELOG b/CHANGELOG @@ -1,3 +1,6 @@ +- 0.2.1 + * Fix wrong key usage in postgres. + * Add date updated field in postgres. - 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.