From 85fdf39472601b8388e9762da6a519286c96007b Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Fri, 17 Feb 2017 07:19:09 +0200 Subject: [PATCH] Typo fix at HISTORY.md <--- read it ----> Former-commit-id: 11291a033c0ce8118b8c5b999a09a90be3ff0dcf --- HISTORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index b68bab6a..0d7fc8ca 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -11,7 +11,7 @@ Users already notified for some breaking-changes, this section will help you to adapt the new changes to your application, it contains an overview of the new features too. - Shutdown with `app.Shutdown(context.Context) error`, no need for any third-parties, with `EventPolicy.Interrupted` and Go's 1.8 Gracefully Shutdown feature you're ready to go! -- HTTP/2 Go 1.8 `context.Push(target string, opts *http.PushOptions) error` is supported, example can be found [here](https://github.com/kataras/iris/blob/v6/adaptors/websocket/_examples/webocket_secure/main.go) +- HTTP/2 Go 1.8 `context.Push(target string, opts *http.PushOptions) error` is supported, example can be found [here](https://github.com/kataras/iris/blob/v6/adaptors/websocket/_examples/websocket_secure/main.go) - Router (two lines to add, new features) - Template engines (two lines to add, same features as before, except their easier configuration)