diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b84235..ab461da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). > This release contains breaks which might affect your application. Checkout the [upgrade document](UPGRADE.md) for more details. + [#60](https://github.com/nadar/quill-delta-parser/pull/60) Changed the behavior of `nadar\quill\listener\Link`. Property `$wrapper` has been removed and replaced by `$wrapperOpen`, `$wrapperMiddle` and `$wrapperClose`. -+ [#61](https://github.com/nadar/quill-delta-parser/pull/61) Offical dropped PHP 7.1 support in Unit Test but test and support PHP 8.1 instead. ++ [#61](https://github.com/nadar/quill-delta-parser/pull/61) Offical dropped PHP 7.1 support added PHP 8.1 instead. ## 2.9.0 (5. April 2022) diff --git a/UPGRADE.md b/UPGRADE.md index b545529..c599d87 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -4,8 +4,8 @@ This document will help you upgrading from a version into another. For more deta ## from 2.x to 3.0 -+ [#61](https://github.com/nadar/quill-delta-parser/pull/61) PHP 7.1 is official dropped in unit tests. The code does still work with PHP 7.1 until next major release. -+ [#60](https://github.com/nadar/quill-delta-parser/pull/60) Changed the behavior of `nadar\quill\listener\Link`. Property `$wrapper` has been removed and replaced by `$wrapperOpen`, `$wrapperMiddle` and `$wrapperClose`. If you are not overrding or have a customized setup the `Link` listenere, upgrading is safe. ++ [#61](https://github.com/nadar/quill-delta-parser/pull/61) PHP 7.1 is official dropped in unit tests. The code should still work with PHP 7.1 until next major release. ++ [#60](https://github.com/nadar/quill-delta-parser/pull/60) Changed the behavior of `nadar\quill\listener\Link`. Property `$wrapper` has been removed and replaced by `$wrapperOpen`, `$wrapperMiddle` and `$wrapperClose`. If you are not overriding or have a customized setup the `Link` listenere, upgrading is safe. ## from 1.x to 2.0