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

Add CHANGELOG entry [ci skip]

This commit is contained in:
Rafael Mendonça França 2014-06-23 16:49:04 -03:00
parent 124e0280d6
commit 3c228defb5

View file

@ -1,6 +1,7 @@
## 3.1.0.rc1
### enhancements
* Add `:unless_blank` option to the wrapper API. [@IanVaughan](https://github.com/IanVaughan)
* Add support to html markup in the I18n options. [@laurocaetano](https://github.com/laurocaetano)
* Add the `full_error` component. [@laurocaetano](https://github.com/laurocaetano)
* Add support to `scope` to be used on associations. [@laurocaetano](https://github.com/laurocaetano)