From 7257ab6855df7c5c0a1614daee39bdc684ae8056 Mon Sep 17 00:00:00 2001 From: bep Date: Mon, 19 Jan 2015 02:58:27 +0100 Subject: [PATCH] Update release notes with the new Hugo var --- docs/content/meta/release-notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/meta/release-notes.md b/docs/content/meta/release-notes.md index ab69fd31d..61c070e6e 100644 --- a/docs/content/meta/release-notes.md +++ b/docs/content/meta/release-notes.md @@ -32,6 +32,7 @@ A lot has happened since Hugo v0.12.0 was released. * `in` and `intersect` * `trim` * `replace` +* A top level `Hugo` variable is added with various build information * Several new ways to order and group content: * `ByPublishDate` * `GroupByPublishDate(format, order)`