diff --git a/Changes b/Changes index 374ec7d3..77933d3b 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,10 @@ +_______________________________________________________________________________ +2012-03-30 HTML-Form 6.03 + +Support the new HTML5 input types without warning + + + _______________________________________________________________________________ 2012-02-20 HTML-Form 6.02 diff --git a/lib/HTML/Form.pm b/lib/HTML/Form.pm index 49ed1232..7dcde25e 100644 --- a/lib/HTML/Form.pm +++ b/lib/HTML/Form.pm @@ -6,7 +6,7 @@ use Carp (); use Encode (); use vars qw($VERSION); -$VERSION = "6.02"; +$VERSION = "6.03"; my %form_tags = map {$_ => 1} qw(input textarea button select option);