From 1fc11ecfed591eac85340eaa7c08866939430287 Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Thu, 26 Oct 2017 03:18:16 +0300 Subject: [PATCH] Push version 8.5.4 | Read HISTORY.md https://github.com/kataras/iris/blob/master/HISTORY.md#th-26-october-2017--v854 --- HISTORY.md | 14 ++++++++++++-- README.md | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index b9091cba2..3ea9a659b 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). + +## Version Updater + +Not any new features or fixes (all reported bugs are fixed) in this version, just a tiny improvement. -- ENHANCEMENT: More friendly version checker! +**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 a55066752..0b0d1e2d6 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**