Changelog

This commit is contained in:
Carlos Antonio da Silva 2010-12-10 21:02:53 -02:00
parent bc2f3e73e8
commit 4fcc963199
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
* bug fix
* Only add the "required" HTML 5 attribute for valid inputs, disable in selects (not allowed)
* Fix error when using hints without an attribute (by github.com/butsjoh and github.com/rafaelfranca)
* Fix messy html output for hint, error and label components (by github.com/butsjoh and github.com/rafaelfranca)
== 1.3.0
* enhancements