0.1.1  2021-02-11T08:06:33+13:00
    - documentation updates
    - remove disused sources: LibXSLT::Debug and LibXSLT:_Options
0.1.0 2020-06-18
    - Compatibility fixes for LibXML 0.5.0.
0.0.6 2020-03-27
    - Renamed github organisation: p6-xml -> libxml-raku
0.0.5 2019-11-03
    - [LibXML::Stylesheet] changed handling of transform() parameters; which
      are now automatically processed by default. Pass :raw to get the old
      (Perl 5) behahviour. Note also that the xpath-to-string() sub has been
      moved from LibXSLT to LibXSLT::Stylesheet
    - Leave stylesheet `media-type as undefined, when not yet known.
0.0.4 2019-10-27
    - Upgrade to LibXML 0.1.7;  Changes to LibXML::Native::Defs
    - Change LibXSLT::Native::Defs for consistancy with LibXML; return variables
      rather than constants. e.g.: use LibXSLT::Native::Defs :$XSLT;
0.0.3 2019-10-21
    - Upgrade to LibXML 0.1.6, which replaces the LibXML::ErrorHandler
      class with a LibXML::ErrorHandling role
0.0.2 2019-10-05
    - Implement .set-debug-callback method
    - Add .suppress-warnings and .suppress-errors options; silence tests
0.0.1 2019-10-02
    Initial release
