Skip to content

Commit

Permalink
Release 3.66
Browse files Browse the repository at this point in the history
  • Loading branch information
gisle committed Jul 9, 2010
1 parent d53f98d commit 3786975
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Changes
@@ -1,3 +1,10 @@
_______________________________________________________________________________
2010-07-09 Release 3.66

Gisle Aas (1):
Fix entity decoding in utf8_mode for the title header


_______________________________________________________________________________
2010-04-04 Release 3.65

Expand Down
2 changes: 1 addition & 1 deletion Parser.pm
Expand Up @@ -9,7 +9,7 @@ package HTML::Parser;
use strict;
use vars qw($VERSION @ISA);

$VERSION = "3.65";
$VERSION = "3.66";

require HTML::Entities;

Expand Down
2 changes: 1 addition & 1 deletion lib/HTML/HeadParser.pm
Expand Up @@ -87,7 +87,7 @@ use HTML::Entities ();
use strict;
use vars qw($VERSION $DEBUG);
#$DEBUG = 1;
$VERSION = "3.62";
$VERSION = "3.66";

=item $hp = HTML::HeadParser->new
Expand Down

0 comments on commit 3786975

Please sign in to comment.