Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorbep <bjorn.erik.pedersen@gmail.com>2015-01-18 17:18:03 +0300
committerbep <bjorn.erik.pedersen@gmail.com>2015-01-18 17:18:03 +0300
commit90afe41e4943393a98a3f64409d7e8445c6a622d (patch)
treeb7257a1b0bd69a52e7c8572d98d4048c51222f23 /docs
parent4f4015d751f7422e448c86ee7c57e11c546901a9 (diff)
Add trim and replace to release notes
Diffstat (limited to 'docs')
-rw-r--r--docs/content/meta/release-notes.md2
1 files changed, 2 insertions, 0 deletions
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)`