From f090936f841ce5984f8501325a0684279b1bfcfa Mon Sep 17 00:00:00 2001 From: jrfnl Date: Sat, 18 Oct 2025 01:23:25 +0200 Subject: [PATCH] Changelog for release of version 1.2.3 --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fdf6e24..9311a8e 100644 --- a/README.md +++ b/README.md @@ -118,13 +118,20 @@ All code within the PHPCompatibility organisation is released under the GNU Less ## Changelog +### 1.2.3 - 2025-10-18 + +This is a maintenance release. + +* The ruleset now includes schema tags. +* General housekeeping and maintenance. + ### 1.2.2 - 2025-01-16 This is a maintenance release. -- The recommended version of the [Composer PHPCS plugin] is now `^1.0.0`. -- README: Fixed some broken badges. -- General housekeeping and maintenance. Including a contribution by [@fredden]. +* The recommended version of the [Composer PHPCS plugin] is now `^1.0.0`. +* README: Fixed some broken badges. +* General housekeeping and maintenance. Including a contribution by [@fredden]. ### 1.2.1 - 2022-10-23