From 90afe41e4943393a98a3f64409d7e8445c6a622d Mon Sep 17 00:00:00 2001 From: bep Date: Sun, 18 Jan 2015 15:18:03 +0100 Subject: [PATCH] Add trim and replace to release notes --- docs/content/meta/release-notes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/meta/release-notes.md b/docs/content/meta/release-notes.md index 123e90b49..669df8eb8 100644 --- a/docs/content/meta/release-notes.md +++ b/docs/content/meta/release-notes.md @@ -30,6 +30,8 @@ A lot has happened since Hugo v0.12.0 was released. * `sort` * `markdownify` * `in` and `intersect` + * `trim` + * `replace` * Several new ways to order and group content: * `ByPublishDate` * `GroupByPublishDate(format, order)`