CHANGELOG for #690

Closes #623
This commit is contained in:
Rafael Mendonça França 2013-01-02 11:11:25 -03:00
parent 16f31452b7
commit cfa07f8082
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
## 2.1.0.dev
### enhancements
* `grouped_collection_select` now accepts proc/lambda as label and value method.
([@svendahlstrand](https://github.com/svendahlstrand))
Closes [#623](https://github.com/plataformatec/simple_form/issues/623).
* Add Zurb Foundation 3 integration.
([@balexand](https://github/balexand))
* Generates additional wrapper class based on object + attribute name.