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:
parent
efe1212e12
commit
0603847164
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue