diff --git a/CHANGELOG.md b/CHANGELOG.md index 6772fe5..0cf0017 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ ## v0.7.4 - **New Feature** - - pass the whole form component instance to the error option, fix #222 + - pass the component options to the error option function, fix #222 - **Bug Fix** - Inconsistent error message creation process between `validate(val, type)` and form validation, fix #221 - Radio component does not have a transformer in IE10-, fix #226