1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-10 05:25:58 +00:00
This commit is contained in:
Gerasimos (Makis) Maropoulos
2016-11-22 16:46:07 +02:00
parent 163817bec4
commit 619a54a9f2
4 changed files with 24 additions and 19 deletions

View File

@@ -2,6 +2,10 @@
**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`.
## 5.0.2 -> 5.0.3
- Fix `https relative redirect paths`, a very old issue, which I just saw, peaceful, again :)
## 5.0.1 -> 5.0.2
- [geekypanda/httpcache](https://github.com/geekypanda/httpcache) has been re-written,