1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-11 14:05:59 +00:00
Gerasimos Maropoulos
2016-09-15 18:59:27 +03:00
parent 7ea334812f
commit 741ecbf2fb
5 changed files with 16 additions and 4 deletions

View File

@@ -2,6 +2,10 @@
**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`.
## 4.2.2 -> 4.2.3
- [Add IsAjax() convenience method](https://github.com/kataras/iris/issues/423)
## 4.2.1 -> 4.2.2
- Fix [sessiondb issue 416](https://github.com/kataras/iris/issues/416)