1
0
Fork 0
mirror of https://github.com/heartcombo/simple_form.git synced 2022-11-09 12:19:26 -05:00

Update CHANGELOG.

This commit is contained in:
Lucas Mazza 2016-08-25 14:11:21 -03:00
parent efe1212e12
commit 0603847164
No known key found for this signature in database
GPG key ID: C009F9A6BE4A44CB

View file

@ -1,7 +1,11 @@
## Unreleased
## 3.3.0
### enhancements
* Add the `aria-invalid` attribute on inputs with errors.
* Added support for the new `ActiveModel::Type` API over Active Record's
column objects.
### bug fix
* Fix `merge_wrapper_options` to correctly merge options with duplicated keys. [@herminiotorres](https://github.com/herminiotorres)