mirror of
https://github.com/kataras/iris.git
synced 2025-02-02 15:30:36 +01:00
fix minor misspell
Former-commit-id: 515763c090184f8ed35f4ee776c3f5b1ea692141
This commit is contained in:
parent
ff3f052da1
commit
571ef59adf
|
@ -21,8 +21,8 @@ Developers are not forced to upgrade if they don't really need it. Upgrade whene
|
|||
|
||||
Happy new year! This is a minor release, contains mostly bug fixes.
|
||||
|
||||
Strage that we don't have major features in this release, right? Don't worry, I am not out of ideas (at least not yet!).
|
||||
I have some features in-mind but lately I do not have the time to humanize them for you due to my new position in [Netdata Inc.](https://github.com/netdata/netdata), so be patient and [stay-tuned](https://github.com/kataras/iris/stargazers). Read the current changelog below:
|
||||
Strange that we don't have major features in this release, right? Don't worry, I am not out of ideas (at least not yet!).
|
||||
I have some features in-mind but lately I do not have the time to humanize those ideas for you due to my new position in [Netdata Inc.](https://github.com/netdata/netdata), so be patient and [stay-tuned](https://github.com/kataras/iris/stargazers). Read the current changelog below:
|
||||
|
||||
- session/redis: fix unused service config var. IdleTimeout witch was replaced by default values. [#1140](https://github.com/kataras/iris/pull/1140) ([@d7561985](https://github.com/d7561985))
|
||||
|
||||
|
@ -43,7 +43,7 @@ Doc updates:
|
|||
|
||||
- fix link for httpexpect in README. [#1148](https://github.com/kataras/iris/pull/1148) ([@drenel18](https://github.com/drenel18))
|
||||
|
||||
- translate _examples/README.md into Chinese. [#1156](https://github.com/kataras/iris/pull/1156) ([fduxiao](https://github.com/fduxiao))
|
||||
- translate _examples/README.md into Chinese. [#1156](https://github.com/kataras/iris/pull/1156) ([@fduxiao](https://github.com/fduxiao))
|
||||
|
||||
- add https://github.com/snowlyg/IrisApiProject to starter kits (Chinese). [ea12533871253afc34e40e36ba658b51955ea82d](https://github.com/kataras/iris/commit/ea12533871253afc34e40e36ba658b51955ea82d)
|
||||
|
||||
|
|
2
go.mod
2
go.mod
|
@ -22,7 +22,7 @@ require (
|
|||
github.com/hashicorp/go-version v1.0.0
|
||||
github.com/imkira/go-interpol v1.1.0 // indirect
|
||||
github.com/iris-contrib/blackfriday v2.0.0+incompatible
|
||||
github.com/iris-contrib/formBinder v0.0.0-20190104093907-fbd5963f41e1
|
||||
github.com/iris-contrib/formBinder v0.0.0-20190104093907-fbd5963f41e1 // indirect
|
||||
github.com/iris-contrib/go.uuid v2.0.0+incompatible
|
||||
github.com/iris-contrib/httpexpect v0.0.0-20180314041918-ebe99fcebbce
|
||||
github.com/iris-contrib/i18n v0.0.0-20171121225848-987a633949d0
|
||||
|
|
Loading…
Reference in New Issue
Block a user