From d71ea16f23e87506bc9f0a32686ae427ac35e10e Mon Sep 17 00:00:00 2001 From: Vasiliy Ermolovich Date: Wed, 17 Jul 2013 22:13:31 +0300 Subject: [PATCH] update CHANGELOG [ci skip] --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0da17444..b2e0ea4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ * `input_field` supports `html5` component [@nashby](https://github.com/nashby) ### bug fix + * Make `DateTimeInput#label_target` method to work with string values in `I18n.t('date.order')` (default + behaviour in Rails 4) + Closes [#846](https://github.com/plataformatec/simple_form/issues/846) [@mjankowski](https://github.com/mjankowski) * 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)