From c274e21356826a6aa1e04d875a37838a6fe1a6c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 12 Oct 2015 06:07:57 +0200 Subject: [PATCH] Add Param to release notes See #1462 --- 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 e73a3ccf9..577fa16fa 100644 --- a/docs/content/meta/release-notes.md +++ b/docs/content/meta/release-notes.md @@ -26,6 +26,7 @@ weight: 10 * It is now possible to use constructs like `where Values ".Param.key" nil` to filter pages that doesn't have a particular parameter. [1232](https://github.com/spf13/hugo/issues/1232) * `getJSON`/`getCSV`: Add retry on invalid content. [1166](https://github.com/spf13/hugo/issues/1166) * The new `readDir` func lists local files. [1204](https://github.com/spf13/hugo/pull/1204) +* The new `Param` convenience method on `Page` and `Node` can be used to get the most specific parameter value for a given key. [1462](https://github.com/spf13/hugo/issues/1462) * Several new Blackfriday options are added: * Option to disable Blackfriday's `Smartypants`. * Option for Blackfriday to open links in a new window/tab. [1220](https://github.com/spf13/hugo/issues/1220)