From d65a1973e245fa9b8a668a7d6388ef5917343193 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Wed, 19 Nov 2014 14:30:35 -0200 Subject: [PATCH] Talk about the removal of the default simple_form class --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ad2edf1..0b101c17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,7 +46,9 @@ ## deprecation * Methods on custom inputs now accept a required argument with the wrapper options. See https://github.com/plataformatec/simple_form/pull/997 for more information. - * SimpleForm.form_class is deprecated in favor of SimpleForm.default_form_class + * SimpleForm.form_class is deprecated in favor of SimpleForm.default_form_class. + Future versions of Simple Form will not generate `simple_form` class for the form + element. See https://github.com/plataformatec/simple_form/pull/1109 for more information. Please check [v3.0](https://github.com/plataformatec/simple_form/blob/v3.0/CHANGELOG.md) for previous changes.