CHANGELOG.md in simple_form-2.1.2 vs CHANGELOG.md in simple_form-2.1.3
- old
+ new
@@ -1,5 +1,15 @@
+## 2.1.3
+
+### bug fix
+ * Fix method reflection for Ruby 2.1+. [@badosu](https://github.com/badosu)
+ * Collection input generates `required` attribute if it has `prompt` option. [@nashby](https://github.com/nashby)
+ * Use the given name in `input_html` for the hidden field in `collection_check_boxes` [@angelic](https://github.com/angelic)
+ * Add "checkbox" class to the label of boolean input when there is no `:label`
+ in `generate_additional_classes_for` config option [@nashby](https://github.com/nashby)
+ * Support models with digits in their names [@webgago](https://github.com/webgago)
+
## 2.1.2
### bug fix
* Fix XSS vulnerability on error components.
@@ -11,10 +21,10 @@
## 2.1.0
### enhancements
* `input_field` supports components that don't generate tags
as `:min_max`, `:maxlength`, `:placeholder`, `:pattern`, `:readonly`.
- Closes[#362](https://github.com/plataformatec/simple_form/issues/632).
+ Closes [#362](https://github.com/plataformatec/simple_form/issues/632).
([@nashby](https://github.com/nashby))
* support for Rails eager loading.
Closes [#478](https://github.com/plataformatec/simple_form/issues/478).
* generate required attribute for `date_time` input.
([@nashby](https://github.com/nashby))