Update Changelog.md
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 2m9s

This commit is contained in:
Stephen Seo 2024-11-25 16:04:44 +09:00
parent d6edaa3bdd
commit faa0c457d9

View file

@ -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 files from static-dir to generate-dir (if static-dir was specified). Previous
implementation relied on `--generate-enable-ovewrite` for this behavior. implementation relied on `--generate-enable-ovewrite` for this behavior.
Minor refactorings related to `printf` and `uintX_t`/`size_t` types.
## Version 1.4 ## Version 1.4
Implemented "IF", "ELSEIF", "ELSE", "ENDIF", and "INDEX" for templates. Implemented "IF", "ELSEIF", "ELSE", "ENDIF", and "INDEX" for templates.