diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index fca661414..ac94fc647 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -10,6 +10,7 @@ * Add `readonly` as option of input method (github.com/Untainted123) * `simple_fields_for` for inherits wrapper option form the form builder (github.com/nashby) * Deprecated part of the old configuration API in favor of the wrapper API which allows you to customize your inputs in a more flexible way. A guide on update is available here: https://github.com/plataformatec/simple_form/wiki/Upgrading-to-Simple-Form-2.0 + * Use action prefix in the form css class. Closes #360 (github.com/nashby) * bug fix * Fallback to default label when block is provided (github.com/pivotal-casebook)