commit ce4ddcefb4144793bd0782cce965af3f0288bec7
parent 89b0529cf7ac4542b498a94a4581508bd888834e
Author: lash <dev@holbrook.no>
Date: Sat, 28 Sep 2024 13:30:43 +0100
Update changelog
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -7,6 +7,7 @@
* Use template as output by default on empty bytecode terminate.
* Extend engine execution states (execd)
* Automatically discard render when Exec called without Flush.
+ * Fix sizer bug not including newlines in lateral navigation alternatives.
- 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.