URI: 
       Add `dict` func to release notes - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 002227e05ef05ac0f98747dd37fd4053d88d12e6
   DIR parent 3a27cefec1beb8e2e49ec206264d7d19cde0ffae
  HTML Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
       Date:   Fri,  9 Oct 2015 18:51:03 +0200
       
       Add `dict` func to release notes
       
       Diffstat:
         M docs/content/meta/release-notes.md  |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/docs/content/meta/release-notes.md b/docs/content/meta/release-notes.md
       @@ -15,6 +15,7 @@ weight: 10
        * We now use a custom-built `LazyFileReader` for reading file contents, which means we don't read media files in `/content` into memory anymore -- and file reading is now performed in parallel on multicore PCs. [1181](https://github.com/spf13/hugo/issues/1181)
        * Hugo is now built with `Go 1.5` which, among many other improvements, have fixed the last known data race in Hugo. [917] (https://github.com/spf13/hugo/issues/917)
        * Lots of fixes and improvements in the template funcs:
       +        * The new `dict` function that could be used to pass maps into a template.[1463](https://github.com/spf13/hugo/pull/1463) 
                * The new `pluralize` and `singularize` template funcs. 
                * The new `base64Decode` and `base64Encode` template funcs.
                * The `sort` template func now accepts field/key chaining arguments and pointer values. [1330](https://github.com/spf13/hugo/issues/1330)