summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2015-11-20 19:18:38 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2015-11-20 19:18:38 +0100
commit7c9a2dfee242481f37b30d5f053ee3275126e9dd (patch)
treedb9087c4fe70bf2daba6a1e410d1726a4e4e526c /docs
parentf6ba48f2d000b23a2130332ff6afb141e127dc18 (diff)
Add increased time.Time support to the 0.15 release notes
Diffstat (limited to 'docs')
-rw-r--r--docs/content/meta/release-notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/meta/release-notes.md b/docs/content/meta/release-notes.md
index f440f7bf8..2a28a51ab 100644
--- a/docs/content/meta/release-notes.md
+++ b/docs/content/meta/release-notes.md
@@ -25,7 +25,7 @@ weight: 10
* Several fixes for `slicestr` and `substr`, most importantly, they now have full `utf-8`-support. [1190](https://github.com/spf13/hugo/issues/1190) [1333](https://github.com/spf13/hugo/issues/1333) [1347](https://github.com/spf13/hugo/issues/1347)
* The new `last` template function allows the user to select the last `N` items of a slice. [1148](https://github.com/spf13/hugo/issues/1148)
* The new `after` func allows the user to select the items after the `Nth` item. [1200] (https://github.com/spf13/hugo/pull/1200)
- * Add `time.Time` type support to the `where` func.
+ * Add `time.Time` type support to the `where`, `ge`, `gt`, `le`, and `lt` template functions.
* 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)