From 8a6da0a041eee7f91d2599093efda6480b3282e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Sat, 13 Apr 2013 11:37:30 -0300 Subject: [PATCH] CHANGELOG [ci skip] --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e324ee3..5027c236 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,5 +10,6 @@ * Removed deprecated methods. * SimpleForm no longer sets the `size` attribute automatically and the `default_input_size` setting is now deprecated. + * Support to aria-required attribute to required fields [@ckundo](https://github.com/ckundo) Please check [v2.1](https://github.com/plataformatec/simple_form/blob/v2.1/CHANGELOG.md) for previous changes.