From 1e92dab863dbc2a12b4917253d45cc6c69f898a7 Mon Sep 17 00:00:00 2001 From: Basil Suter Date: Thu, 20 Apr 2023 08:23:15 +0000 Subject: [PATCH] typo [skip ci] --- core/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index cbd2fa2d7..a46626c61 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -8,7 +8,7 @@ In order to read more about upgrading and BC breaks have a look at the [UPGRADE > Check the [UPGRADE document](UPGRADE.md) to read more about breaking changes. + [#2165](https://github.com/luyadev/luya/pull/2165) Officially deprecated unit tests for php 7.0 and 7.1. Code is unchanged. -+ [#2182](https://github.com/luyadev/luya/pull/2182) Ensure PHP 8.1 compatibility when `TagParser::convertWithMarkdown()` recieves an empty value. ++ [#2182](https://github.com/luyadev/luya/pull/2182) Ensure PHP 8.1 compatibility when `TagParser::convertWithMarkdown()` receives an empty value. ## 2.2.1 (5. October 2022)