From 9e3fb53f1e2cd9579536d35915bee13f0f685d46 Mon Sep 17 00:00:00 2001 From: Makis Maropoulos Date: Tue, 28 Jun 2016 18:10:18 +0300 Subject: [PATCH] Update HISTORY for rc.4 --- HISTORY.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 72f7baf3..698f038b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,10 +1,10 @@ # History -**How to upgrade**: remove your $GOPATH/src/github.com/kataras folder, open your command-line and run `go get -u github.com/kataras/iris/iris`. +**How to upgrade**: remove your $GOPATH/src/github.com/kataras/iris folder, open your command-line and run `go get -u github.com/kataras/iris/iris`. ## 3.0.0-rc.3 -> 3.0.0-rc.4 -**NEW**: **Handlebars** template engine support with all Iris' view engine's functions/helpers support: +**NEW FEATURE**: **Handlebars** template engine support with all Iris' view engine's functions/helpers support, as requested [here](https://github.com/kataras/iris/issues/239): - `iris.Config.Render.Template.Layout = "layouts/layout.html"` - `config.NoLayout` - **dynamic** optional layout on `context.Render` @@ -15,7 +15,7 @@ - `{{ url "myroute" myparams}}` - `{{ urlpath "myroute" myparams}}` -For a complete example please navigate [here](https://github.com/iris-contrib/examples/tree/master/templates_handlebars/templates). +For a complete example please navigate [here](https://github.com/iris-contrib/examples/tree/master/templates_handlebars). ## 3.0.0-rc.2 -> 3.0.0-rc.3