From 43e67a3202bbee9c282b65bbc2ecedaa961c9515 Mon Sep 17 00:00:00 2001 From: Anton Kholomiov Date: Sun, 26 Nov 2023 19:42:13 +0300 Subject: [PATCH] Update changelog --- Changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changelog.md b/Changelog.md index 9c4ffef..8395cb0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,15 @@ # Changelog +## v2.1 + +Adds some HTML goodies: + +* cookies (new input `Cookie` and function to set the cookies) +* type safe stable URLs from server definition +* example `HtmlTemplate` on how to use template engine with library + +Adds stack template to create new hello-world server with stack. + ## v2 The servers are augmented with info on API structure. It allows us to