aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.adoc')
-rw-r--r--CHANGELOG.adoc10
1 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 996c0c3..1a0cf80 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -15,14 +15,20 @@ Legend,
* 💧: Chores
-[#v0_13_2]
-== awwan v0.13.2 (2026-xx-xx)
+[#v0_14_0]
+== awwan v0.14.0 (2026-xx-xx)
**🌼 internal/cmd/www-awwan: add option to set shutdown idle duration**
The `-shutdown-idle` option set the duration when server will stop
accepting new connections and shutting down.
+**🪵 all: change Serve parameters to struct `ServeOptions`**
+
+In case we needs to add another parameter, which will do later, the
+argument will be too long.
+Using parameters is acceptable only for 2 to 3 arguments.
+
[#v0_13_1]
== awwan v0.13.1 (2026-02-09)