From 6c94a5887e2be8db65682f030a7340e0c837c6c7 Mon Sep 17 00:00:00 2001 From: Benjy Cui Date: Thu, 11 May 2017 10:52:02 +0800 Subject: [PATCH] docs: update changelog --- CHANGELOG.en-US.md | 2 +- CHANGELOG.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 4dd29e180d..d0b4703307 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -26,7 +26,7 @@ If you want to read change logs before `2.0.0`, please visit [GitHub](https://gi - Support Finnish. [#5699](https://github.com/ant-design/ant-design/pull/5699) [@kirbo](https://github.com/kirbo) - Support Vietnamese. [#5927](https://github.com/ant-design/ant-design/pull/5927) [@pnghai](https://github.com/pnghai) - Update Spanish. [#5932](https://github.com/ant-design/ant-design/pull/5932) [@ginodeise](https://github.com/ginodeis) -- AutoComplete supports to listen to search events by `onSearch`. [#5888](https://github.com/ant-design/ant-design/issues/5888) +- AutoComplete supports to listen to search events by `onSearch`. - Checkbox.Group can support more flexible layout with nested Checkbox. [demo](http://ant.design/components/checkbox-cn/#components-checkbox-demo-layout) - Notification's inline style and className can be customized now. [#5893](https://github.com/ant-design/ant-design/issues/5893) [@lixiaoyang1992](https://github.com/lixiaoyang1992) - TimePicker's open status can be controlled by `open` property. [#5913](https://github.com/ant-design/ant-design/pull/5913) diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index acfa2fb825..20f3852595 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -26,7 +26,7 @@ timeline: true - 新增芬兰语。[#5699](https://github.com/ant-design/ant-design/pull/5699) [@kirbo](https://github.com/kirbo) - 新增越南语。[#5927](https://github.com/ant-design/ant-design/pull/5927) [@pnghai](https://github.com/pnghai) - 更新西班牙语。[#5932](https://github.com/ant-design/ant-design/pull/5932) [@ginodeise](https://github.com/ginodeis) -- AutoComplete 新增 `onSearch` 以监听搜索事件。[#5888](https://github.com/ant-design/ant-design/issues/5888) +- AutoComplete 新增 `onSearch` 以监听搜索事件。 - Checkbox.Group 可以内嵌 Checkbox,以支持更灵活的布局。[demo](http://ant.design/components/checkbox-cn/#components-checkbox-demo-layout) - Notification 现在可以自定义弹出框的样式和 className。[#5893](https://github.com/ant-design/ant-design/issues/5893) [@lixiaoyang1992](https://github.com/lixiaoyang1992) - TimePicker 的展开状态可以通过受控属性 `open` 控制。[#5913](https://github.com/ant-design/ant-design/pull/5913)