CHANGELOG in formtastic-2.3.0.rc3 vs CHANGELOG in formtastic-2.3.0.rc4

- old
+ new

@@ -1,4 +1,29 @@ +2.3.0.rc4 + +* Removed deprecated date, time and datetime inputs +* Fixed comparison checking of boolean checked values +* Fixed errors raised when handling some validations +* Fixed that we weren't rendering a label on checkbox inputs when hidden_fields was set to true +* Fixed eager loading in test environments +* Fixed documentation to point to the new official country_select gem +* Fixed that we would previously render a default wrapper id if wrapper_html[:id] was deliberately set to nil +* Fixed bg with duplicate hidden fields in Rails >= 3.2.13 +* Note: Re-built 2.3-stable branch from 2.3.0.rc3 onwards due to accidental merges of master inside PRs + +2.3.0.rc3 + +* Fixed invalid HTML attributes in BooleanInput with a whitelist +* Fixed compatibility with Rails 4.0.x, 4.1 +* Fixed compatibility with newer I18n +* Fixed compatibility with Paperclip +* Fixed submit button in slim template +* Fixed class with Rails' field_error_proc +* Deprecated :error_class option +* Deprecated support for Rails < 3.2.13 +* Added ability to change the model-derived class we add to the form (eg 'post') +* Added support for symbols & sets in collections + 2.3.0.rc2 * deprecate support for Rails < 3.2 * avoid clobbering `ActionView::Base.field_error_proc=` by using a custom class attribute: `Formtastic::Helpers::FormHelper.formtastic_field_error_proc=`.