1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-22 11:25:59 +00:00

Update to 4.4.3

This commit is contained in:
Gerasimos Maropoulos
2016-10-02 03:30:37 +03:00
parent ff3d1d4c8a
commit 78f3323ce4
4 changed files with 41 additions and 17 deletions

View File

@@ -2,6 +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
- **FIX**: CORS
- **FIX**: Unexpected Party root's route slash when `DisablePathCorrection` is false(default), as reported [here](https://github.com/kataras/iris/issues/453)
## 4.4.0 -> 4.4.1
- **NEW**: Template PreRenders, as requested [here](https://github.com/kataras/iris/issues/412).