aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.adoc
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2026-02-02 16:31:34 +0700
committerShulhan <ms@kilabit.info>2026-02-02 16:40:16 +0700
commit5c30c1f5d0435791c164b89f98891ae27dda4dec (patch)
tree4a0829c8501e255a4fd3269eb0bff236fe4f4b02 /CHANGELOG.adoc
parentf578b0ba7341f8bc97d13cd165070002596cb106 (diff)
downloadciigo-5c30c1f5d0435791c164b89f98891ae27dda4dec.tar.xz
all: add field Listener to ServeOptions
The field Listener allow passing [net.Listener] instance for accepting HTTP connection. One of the use case is to activate the ciigo serve using systemd.socket(5).
Diffstat (limited to 'CHANGELOG.adoc')
-rw-r--r--CHANGELOG.adoc7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index e5d21fe..f4d639b 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -15,6 +15,13 @@ Legend,
[#v0_16_0]
== ciigo v0.16.0 (2026-xx-xx)
+**🌼 all: add field Listener to ServeOptions**
+
+The field Listener allow passing [net.Listener] instance for accepting
+HTTP connection.
+
+One of the use case is to activate the ciigo serve using systemd.socket(5).
+
**🌱 all: embed CSS and index HTML template using memfs**
Previously, with direct embed, every time we change the CSS or index