1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-10 05:25:58 +00:00

Update to 4.4.4

This commit is contained in:
Gerasimos Maropoulos
2016-10-02 07:21:44 +03:00
parent 78f3323ce4
commit 3970804a37
3 changed files with 11 additions and 9 deletions

View File

@@ -2,11 +2,11 @@
**How to upgrade**: remove your `$GOPATH/src/github.com/kataras` folder, open your command-line and execute this command: `go get -u github.com/kataras/iris/iris`.
## 4.4.1 -> 4.4.3
## 4.4.1 -> 4.4.4
- **FIX**: CORS
- **FIX**: Unexpected Party root's route slash when `DisablePathCorrection` is false(default), as reported [here](https://github.com/kataras/iris/issues/453)
- **small fix**: DisablePathEscape not affects
## 4.4.0 -> 4.4.1
- **NEW**: Template PreRenders, as requested [here](https://github.com/kataras/iris/issues/412).