1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-10 05:25:58 +00:00
Former-commit-id: 67ec32dd9ca5f228f56b2b73196cfa9c2ae94474
This commit is contained in:
kataras
2017-08-10 21:15:26 +03:00
parent 0e260897fb
commit bf929aa557
6 changed files with 20 additions and 33 deletions

View File

@@ -18,6 +18,14 @@ Developers are not forced to upgrade if they don't really need it. Upgrade whene
**How to upgrade**: Open your command-line and execute this command: `go get -u github.com/kataras/iris`.
# Th, 10 August 2017 | v8.2.3
No API Changes.
Fix https://github.com/kataras/iris/issues/714
Continue to v8.2.2 for more...
# Th, 10 August 2017 | v8.2.2
No API Changes.
@@ -38,7 +46,6 @@ Or
app.Configure(iris.WithConfiguration(iris.Configuration{DisableVersionChecker:true}))
```
# Tu, 08 August 2017 | v8.2.1
No API Changes. Great news for the unique iris sessions library, once again.