From 09cc7915ed8c485870abe06ac6cfc35cb6082d6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 19 Dec 2016 15:37:01 +0100 Subject: [PATCH] docs: Add new alias feature to release docs --- 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 0ac2e4232..b8cdadebd 100644 --- a/docs/content/meta/release-notes.md +++ b/docs/content/meta/release-notes.md @@ -51,6 +51,7 @@ Hugo again continues its trend of each release being faster than the last. It's Possible values are `page`, `home`, `section`, `taxonomy`, and `taxonomyTerm`. (Internally, we also define `RSS`, `sitemap`, `robotsTXT`, and `404`, but those have no practical use for end users at the moment since they are not included in any collections.) * Add a `GitInfo` object to `Page` if `enableGitInfo` is set. It then also sets `Lastmod` for the given `Page` to the author date provided by Git. {{}} +* Implement support for alias templates {{}} * New template functions: * Add `imageConfig` function {{}} * Add `sha256` function {{}}