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
1 changed files with 4 additions and 0 deletions

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)