Add more notes on HISTORY.md about rc.4 changes

This commit is contained in:
Makis Maropoulos 2016-07-01 02:13:21 +03:00
parent af67a97518
commit dba92ba64d
2 changed files with 18 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# History
**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`.
**How to upgrade**: remove your `$GOPATH/src/github.com/kataras/iris` folder, open your command-line and execute this command: `go get -u github.com/kataras/iris/iris`.
## 3.0.0-rc.3 -> 3.0.0-rc.4
@ -15,7 +15,22 @@
- `{{ url "myroute" myparams}}`
- `{{ urlpath "myroute" myparams}}`
For a complete example please navigate [here](https://github.com/iris-contrib/examples/tree/master/templates_handlebars).
For a complete example please, click [here](https://github.com/iris-contrib/examples/tree/master/templates_handlebars).
**NEW:** Iris **can listen to more than one server per station** now, as requested [here](https://github.com/kataras/iris/issues/235).
For example you can have https with SSL/TLS and one more server http which navigates to the secure location.
Take a look [here](https://github.com/kataras/iris/issues/235#issuecomment-229399829) for an example of this.
**FIXES**
- Fix `sessions destroy`
- Fix `sessions persistence on subdomains` (as RFC2109 commands but you can disable it with `iris.Config.Sessions.DisableSubdomainPersistence = true`)
**IMPROVEMENTS**
- Improvements on `iris run` && `iris create`, note that the underline code for hot-reloading moved to [rizla](https://github.com/kataras/rizla).
## 3.0.0-rc.2 -> 3.0.0-rc.3

View File

@ -1,4 +1,4 @@
[![Iris Logo](http://iris-go.com/assets/iris_full_logo_2.png)](http://iris-go.com)
[![Iris Logo](https://raw.githubusercontent.com/iris-contrib/website/gh-pages/assets/iris_full_logo_2.png)](http://iris-go.com)
[![Travis Widget]][Travis] [![Release Widget]][Release] [![Report Widget]][Report] [![License Widget]][License] [![Chat Widget]][Chat] [![Documentation Widget]][Documentation]