From: Stephen Seo Date: Mon, 25 Nov 2024 07:04:44 +0000 (+0900) Subject: Update Changelog.md X-Git-Tag: 1.5~2 X-Git-Url: https://git.seodisparate.com/stephenseo/static/annotated.html?a=commitdiff_plain;h=faa0c457d96880feb25fe832a8a6a2a0d470b3c0;p=c_simple_http Update Changelog.md --- diff --git a/Changelog.md b/Changelog.md index 67eca49..45c9aee 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,6 +6,8 @@ Add flag `--generate-static-enable-overwrite`. This flag enables overwriting of files from static-dir to generate-dir (if static-dir was specified). Previous implementation relied on `--generate-enable-ovewrite` for this behavior. +Minor refactorings related to `printf` and `uintX_t`/`size_t` types. + ## Version 1.4 Implemented "IF", "ELSEIF", "ELSE", "ENDIF", and "INDEX" for templates.