diff --git a/HISTORY.md b/HISTORY.md index b9091cba..3ea9a659 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -19,12 +19,22 @@ Developers are not forced to upgrade if they don't really need it. Upgrade whene # Th, 26 October 2017 | v8.5.4 -No new features or fixes (all reported bugs are fixed) in this version, just a tiny improvement. +This version is part of the [releases](https://github.com/kataras/iris/releases). -- ENHANCEMENT: More friendly version checker! +## Version Updater + +Not any new features or fixes (all reported bugs are fixed) in this version, just a tiny improvement. + +**More friendly version checker!** > Remember: If you don't want to keep the version checker and you're pretty sure that you will be able to keep your server up-to-date manually, then you can disable the auto updater via; `app.Run(..., iris.WithoutVersionChecker)`. +## We need your help with translations into your native language. + +Iris needs your help, please think about contributing to the translation of the [README](README.md) and https://iris-go.com, you will be rewarded. + +For Chinese Gophers: https://github.com/kataras/iris/issues/796 + # Su, 22 October 2017 | v8.5.3 - FIX: [Websocket: memory leak on startPinger](https://github.com/kataras/iris/issues/787) by @jerson with PR: https://github.com/kataras/iris/pull/788 diff --git a/README.md b/README.md index a5506675..0b0d1e2d 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ If you're coming from [nodejs](https://nodejs.org) world, Iris is the [expressjs ## Table Of Content * [Installation](#installation) -* [Latest changes](#th-26-october-2017--v854) +* [Latest changes](https://github.com/kataras/iris/blob/master/HISTORY.md#th-26-october-2017--v854) * [Getting started](#getting-started) * [Learn](_examples/) * [MVC (Model View Controller)](_examples/#mvc) **NEW**