Fix changelog

This commit is contained in:
afc163 2017-12-04 23:20:21 +08:00
parent 99cf727c01
commit 58b018a06e
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ Learn more in the [Ant Design 3.0 announcement post](https://medium.com/ant-desi
Or use less
```less
@import '~antd/lib/style/v2-compatible-reset.css';
@import '~antd/lib/style/v2-compatible-reset.less';
```
- Since we changed default locale to en_US, LocalProvider is not required any more for English users.

View File

@ -62,7 +62,7 @@ timeline: true
或者在 less 里引入
```less
@import '~antd/lib/style/v2-compatible-reset.css';
@import '~antd/lib/style/v2-compatible-reset.less';
```
- 由于默认语言改为英文,如果你需要显示中文,现在需要配置 `LocalProvider`