1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-23 20:05:59 +00:00

Remove unused Plugin's custom callbacks.

This commit is contained in:
Gerasimos Maropoulos
2016-09-05 03:56:28 +03:00
parent 27e21d2685
commit 482c108839
4 changed files with 15 additions and 34 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/iris`.
## 4.1.4 -> 4.1.5
- Remove unused Plugin's custom callbacks, if you still need them in your project use this instead: https://github.com/kataras/go-events
## 4.1.3 -> 4.1.4
Zero front-end changes. No real improvements, developers can ignore this update.