diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index ec7a85b1..58b323bb 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -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)