CHANGELOG in formtastic-2.0.0.rc2 vs CHANGELOG in formtastic-2.0.0.rc3
- old
+ new
@@ -1,7 +1,10 @@
2.0.0.rc2
-* Fixed that the checkbox was mistakenly placed after the label text in BooleanInput, not before it as per 1.x
+* Fixed install instructions in readme to reflect 2.0.0.rc1
+* Fixed that the checkbox was mistakenly placed after the label text in BooleanInput, not before it as per 1.x (#591)
+* Fixed that select inputs had two "blank" options at the top in some cases (#590)
+* Added documentation for Timeish inputs (date, datetime, time) (#589)
2.0.0.rc1
* Removed the "inline_order" configuration (redefine input_wrapping instead)
* Removed the "special" implementation of label() from FormBuilder, so builder.label will call Rails' label helper, not ours