From cb1087895d2ea28af21bd76831cd89176240dc5e Mon Sep 17 00:00:00 2001 From: gcanti Date: Mon, 12 Oct 2015 17:39:23 +0200 Subject: [PATCH] fix new feature title --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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