docs: Add new alias feature to release docs v0.18
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 19 Dec 2016 14:37:01 +0000 (15:37 +0100)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 19 Dec 2016 14:38:10 +0000 (15:38 +0100)
docs/content/meta/release-notes.md

index 0ac2e4232a66acc0ca98a4f290239a567afdd749..b8cdadebdda53dfcf4f159d6a15bf6614744bacf 100644 (file)
@@ -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. {{<gh 2291>}}
+* Implement support for alias templates  {{<gh 2533 >}}
 * New template functions:
   * Add `imageConfig` function {{<gh 2677>}}
   * Add `sha256` function {{<gh 2762>}}