Update changelog

This commit is contained in:
Erich Kist 2013-11-18 18:38:48 -02:00
parent 958bcf4a32
commit 19c5a62212
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
### enhancements
* Add wrapper mapping per form basis [@rcillo](https://github.com/rcillo) and [@bernardoamc](https://github.com/bernardoamc)
* Add `for` attribute to `label` when collections are rendered as radio or checkbox [@erichkist](https://github.com/erichkist), [@ulissesalmeida](https://github.com/ulissesalmeida) and [@fabioyamate](https://github.com/fabioyamate)
### bug fix
* Collection input generates `required` attribute if it has `prompt` option. [@nashby](https://github.com/nashby)