From 592a48139fe7c8e045e7253e8072a065128e2b8d Mon Sep 17 00:00:00 2001 From: Zeno-Code Date: Tue, 6 Feb 2018 21:25:59 +0800 Subject: [PATCH] Update HISTORY_ZH.md Former-commit-id: 1278a719396d391d330777a985d0b437e4917a14 --- HISTORY_ZH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY_ZH.md b/HISTORY_ZH.md index 204c5ca8..4cdcdc98 100644 --- a/HISTORY_ZH.md +++ b/HISTORY_ZH.md @@ -35,7 +35,7 @@ - [修复:示例 routing/dynamic-path/main.go#L101](https://github.com/kataras/iris/commit/0fbf1d45f7893cb1393759b7362444f3d381d182) - [新增:缓存中间件 `iris.Cache304`](https://github.com/kataras/iris/commit/1722355870174cecbc12f7beff8514b058b3b912) - [修复:示例 csrf](https://github.com/kataras/iris/commit/a39e3d7d6cf528e51e6c7e32a884a8d9f2fadc0b) -- [un-default the Configuration.RemoteAddrHeaders](https://github.com/kataras/iris/commit/47108dc5a147a8b23de61bef86fe9327f0781396) +- [取消:Configuration.RemoteAddrHeaders 默认值](https://github.com/kataras/iris/commit/47108dc5a147a8b23de61bef86fe9327f0781396) - [新增:vscode 扩展链接和徽章](https://github.com/kataras/iris/commit/6f594c0a7c641cc98bd683163fffbf5fa5fc8de6) - [新增:`app.View` 示例 用于解析和编写HTTP之外的模板(类似于上下文#视图)](_examples/view/write-to) - [新增:支持多级域名跳转](https://github.com/kataras/iris/commit/12d7df113e611a75088c2a72774dab749d2c7685).