From 4bfd861be4c3b49db4f81e2c04a21429e06071bf Mon Sep 17 00:00:00 2001 From: Edward Xiao Date: Sat, 17 Apr 2021 15:14:39 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0061bcb..eae481b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ # 4.7.0 -- Add ```shouldRenderMsgAsHtml``` to components ```validationOption```, in case you need to render html inside your ```messages``` as stated in issue #29 \ No newline at end of file +- Add ```shouldRenderMsgAsHtml``` to components ```validationOption```, in case you need to render html inside your ```messages``` as stated in issue [#29](https://github.com/edwardfhsiao/react-inputs-validation/issues/29)