From cce5684f5aab935c506d9063af989f73e1ca6b90 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Tue, 11 Oct 2022 19:40:14 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92dc63fda..ffe0509b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,16 @@ ## 0.17.0 (unreleased) +### Breaking +- `get_file_hash` is removed, use `get_hash` instead. Arguments do not change + +### Other + - Add `get_taxonomy_term` function - Add slugify.paths_keep_dates option - Add command to generate shell completions - Fix link generation to colocated assets other than images +- Add `get_hash` Tera function ## 0.16.1 (2022-08-14)