Update CHANGELOG

This commit is contained in:
Carlos Antonio da Silva 2011-01-02 21:31:52 -02:00
parent 07650728fd
commit 2f1b079c6e
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
* enhancements
* Add :autofocus HTML5 attribute support (by github.com/jpzwarte)
* 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)