diff --git a/.github_changelog_generator b/.github_changelog_generator index c2bcdc0..3869b68 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1 +1 @@ -future-release=v0.1.9 +future-release=v0.1.10 diff --git a/CHANGELOG.md b/CHANGELOG.md index fa0d0a0..2d11841 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## [v0.1.10](https://github.com/caxy/php-htmldiff/tree/v0.1.9) (2021-01-05) +[Full Changelog](https://github.com/caxy/php-htmldiff/compare/v0.1.9...v0.1.10) + +### Important: + +In order to be compatible with PHP8 we had to upgrade some vendor packages. + +Since these vendor packages have dropped support for older versions of PHP we had todo the same, therefore this version is not compatible anymore with PHP versions prior to 7.3. + +In case you are not able to upgrade your PHP version, please pin version v0.1.9 of php-htmldiff in your composer config. + +### Changes: + +- Fixed the keywords that made this version incompatible with PHP8 +- Upgraded PHPUnit dependencies with a PHP8 compatible version + ## [v0.1.9](https://github.com/caxy/php-htmldiff/tree/v0.1.9) (2019-02-20) [Full Changelog](https://github.com/caxy/php-htmldiff/compare/v0.1.8...v0.1.9) @@ -258,4 +274,4 @@ -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*