-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve issue with encoding extraction regex. Bumped version number to prepare for follow up release. While here also noticed that a standalone HTML::TreeBuilder was instantiated within this method. This is now replaced with a CSS::Inliner::TreeBuilder, and configured identically to the other instances within the class for consistency purposes.
- Loading branch information
Showing
2 changed files
with
18 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -231,3 +231,9 @@ | |
* Update MANIFEST to reference all added tests/assets | ||
* Fix minor formatting issues within some tests/assets | ||
* Address concerns raised by CPAN RT96414, conditionally test for connectivity instead of outright failing | ||
|
||
4003 2015-12-16 Kevin Kamel <[email protected]> | ||
* Resolve charset sniffing issue | ||
- invalid charset present within the document would cause charset sniffing to end prematurely | ||
- invalid charset present within the document would cause Inliner to die during the decode phase | ||
* Resolve issue whereby a TreeBuilder instance was not configured as expected |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters