From 9b780eb0fd363910a88be43169ade3a6b55d9c8b Mon Sep 17 00:00:00 2001 From: Zeno-Code Date: Thu, 15 Feb 2018 21:37:47 +0800 Subject: [PATCH] Update HISTORY_ZH.md Former-commit-id: 5071c14972340152b0e1c7cd8af52ba33d2d595d --- HISTORY_ZH.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY_ZH.md b/HISTORY_ZH.md index f65e0c34..dc864ba3 100644 --- a/HISTORY_ZH.md +++ b/HISTORY_ZH.md @@ -17,9 +17,9 @@ **如何升级**: 打开命令行执行以下命令: `go get -u github.com/kataras/iris` 或者等待自动更新。 -# Th, 15 February 2018 | v10.2.1 +# 2018 2月15号 | v10.2.1 版本更新 -This history entry is not yet translated to Chinese. Please read [the english version instead](https://github.com/kataras/iris/blob/master/HISTORY.md#th-15-february-2018--v1021). +修正 子域名 (subdomain) 的 `StaticEmbedded` 和 `StaticWeb` 不存在错误, 由 [@speedwheel](https://github.com/speedwheel) 通过 [facebook page's chat](https://facebook.com/iris.framework) 反馈。 # 2018 2月8号 | v10.2.0 版本更新