CHANGELOG in formtastic-2.0.0 vs CHANGELOG in formtastic-2.0.1

- old
+ new

@@ -1,4 +1,16 @@ +2.0.1 + +* fixed that `:multiple => true` wasn't working when no association present + +2.0.0 + +* Fixed that all check boxes were incorrectly checked if an Array was passed in to :collection +* Improved README +* Added form generator template for Slim template engine +* Added support for Proc conditions in collection_from_association +* Refactored commit button. Split it into a couple of different methods to make it easier to override. + 2.0.0.rc5 * Changed perform_browser_validations and use_required_attribute configuration defaults from true to false for a better out-of-the-box experience and upgrade path * Fixed that the `novalidate` attribute was being applied to the `<form>` tag when it shouldn't have been (and vice-versa) * Fixed `undefined method `last' for #<Classname>` with a `:collection` containing an array of arrays