From 105257b21aa7cebfc1a37dd157ff3a8edd678764 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Sun, 24 Sep 2023 22:30:12 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62e08d6d61..cf15f0b20a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,10 @@ - Allow setting attributes to lazy load all images from Config.toml - Fix HTML generated in class based highlighting with line numbers - Add a `replace_re` filter -- Speed up `zola check` -- Add search.index_format into the serialized config in the templates +- Speed up `zola check` and only checks external links once, even if present in multiple languages +- Add `search.index_format` into the serialized config in the templates +- Add --force flag in `zola serve` if the directory is not empty +- Add `ignored_static` to the config to ignore specific files from the static directory ## 0.17.2 (2023-03-19)