The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension HTML::Hyphenate.

v1.1.10 Thu Jan 28 13:53:54 UTC 2021
    - feat: depend on I18N::LangTags to fall back to similar language (BB#1)
    - fix: avoid depending on broken version of TeX::Hyphen::Pattern (BB#5)

v1.1.9 Mon Jan 25 22:56:34 UTC 2021
    - fix: meta bugtracker

v1.1.8 Sun Jan 17 19:44:33 UTC 2021
    - docs: migrate bugtracker from RT to Bitbucket

v1.1.7 Mon Nov 30 00:14:54 UTC 2020
    - feat: improved performance with 800% speed increase RT#133832

v1.1.6 Fri Nov 27 19:08:42 UTC 2020
    - feat: improve nested languages
    - test: improve testing

v1.1.5 Thu Nov 12 13:49:30 UTC 2020
    - feat: improve script as pipeable RT#133707
    - test: coverage also when not AUTHOR_TESTING

v1.1.4 Tue Nov 10 18:24:07 UTC 2020
    - minimum perl is now 5.16 per Mojolicious requirement
    - fix: handle documents starting with a doctype RT#133708
    - test: improved test coverage RT#127977
    - test: add compile test for script RT#127976
    - chore: add bitbucket pipelines RT#130645

v1.1.3 Tue Apr  2 07:28:44 UTC 2019
	- chore: ignore Built.bat from manifest

v1.1.2 Mon Apr  1 10:38:15 UTC 2019
	- chore: fixed RT128189 manifest fails

v1.1.1 Sun Nov 11 11:03:51 UTC 2018
	- RT127614 add Mojolicious minimum version 6.0 to requirements
	- Refactored and improved critics

v1.1.0 Sat Aug 4 13:01:36 UTC 2018
    - RT87759 add 'list' and 'placeholder' as hyphenable attributes
    - RT100747 ignore inline styling hints. This changes output that relies on 'nowrap'
      'nobr' and 'white-space' to suppress hyphenation

1.0.0 Sun Jul 29 13:22:51 UTC 2018
    - internally replaced HTML::TreeBuilder with Mojo::DOM to handle inline SVG
    - dropped support for XML output for Mojo::DOM compatibility

0.101 Sun Jul 22 05:48:37 UTC 2018
    - fixed missing Test::Warn test prerequisite

0.100 Sat Jul 21 21:39:31 UTC 2018
    - Refactored from ExtUtils::MakeMaker to Module::Build
    - Refactored from Class::Meta to Moose
    - Added licenses

0.05  Tue Dec 21 17:03:29 2010
       Fixed RT#64114

0.04  Sat Oct 30 12:39:26 2010
       Adjusted tests to pass depending on HTML::Tree 4.1 (RT#61801)
       Adjusted tests to bail out depending on HTML::Tree 4.0 (RT#61801)
       Added text to links in pod

0.03  Sun Aug  2 20:07:24 2009
       Made RT#48368 an TODO TEST_AUTHOR
       critic tests

0.02  Fri Jul 31 02:18:44 2009
       Fixed RT#48339

0.01  Thu Jul 30 04:52:44 2009
       Initial release.