summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorCameron Moore <moorereason@gmail.com>2015-11-24 18:30:05 -0600
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2015-11-25 09:30:17 +0100
commit9410d25e96efae6e79a6c51a951f5a90d9e7aa46 (patch)
treee3592b07b9af7c2c65fb33a4c697c9f096b89131 /docs
parent171fb883dece670302b5c1ecee36c38087611817 (diff)
Update release notes with additional new features
Diffstat (limited to 'docs')
-rw-r--r--docs/content/meta/release-notes.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/content/meta/release-notes.md b/docs/content/meta/release-notes.md
index 0cc3b43bf..5ae90646d 100644
--- a/docs/content/meta/release-notes.md
+++ b/docs/content/meta/release-notes.md
@@ -78,6 +78,7 @@ Huge thanks to all who participated in this release. A special thanks to
* `PreserveTaxonomyNames`, when set to `true`, will preserve what you type as the taxonomy name both in the folders created and the taxonomy `key`, but it will be normalized for the URL. [1180](https://github.com/spf13/hugo/issues/1180)
* `hugo gen` can now generate man files, bash auto complete and markdown documentation
* Hugo will now make suggestions when a command is mistyped
+* Shortcodes now have a boolean `.IsNamedParams` property. [1597](https://github.com/spf13/hugo/pull/1597)
## New Template Features
* All template engines:
@@ -92,6 +93,8 @@ Huge thanks to all who participated in this release. A special thanks to
* 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 `safeJS` function allows the embedding of content into JavaScript contexts in Go templates.
+ * Get the main site RSS link from any page by accessing the `.Site.RSSLink` property. [1566](https://github.com/spf13/hugo/pull/1566)
* Ace templates:
* Base templates now also works in themes. [1215](https://github.com/spf13/hugo/issues/1215).
* And now also on Windows. [1178](https://github.com/spf13/hugo/issues/1178)