docs: update change log for 2.3.2 (#3776)

* fix: infinite loop, ref: #3759

* bump 2.3.2
This commit is contained in:
Benjy Cui 2016-11-10 10:30:50 +08:00 committed by GitHub
parent 88d470220b
commit b75201485d
3 changed files with 13 additions and 1 deletions

View File

@ -9,6 +9,12 @@ If you want to read change logs before `2.0.0`, please visit [GitHub](https://gi
---
## 2.3.2
`2016-11-09`
* Fix dead loop while using `getFieldProps`.
## 2.3.1
`2016-11-07`

View File

@ -9,6 +9,12 @@ timeline: true
---
## 2.3.2
`2016-11-09`
* 修复使用 `getFieldProps` 会导致死循环的问题。
## 2.3.1
`2016-11-07`

View File

@ -1,6 +1,6 @@
{
"name": "antd",
"version": "2.3.1",
"version": "2.3.2",
"title": "Ant Design",
"description": "An enterprise-class UI design language and React-based implementation",
"homepage": "http://ant.design/",