diff --git a/README.md b/README.md index 4bfc5b8..f153114 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,13 @@ via Github Actions. ## Release notes +### 1.2.0 (2024-12-10) + +* Dropped support for PHP 7.2 and PHP 7.3 +* Improved support for PHP 8.4 by explicitly declaring nullable types +* Upgraded codesniffer rules to current `mediawiki/mediawiki-codesniffer` version (45.0.0) +* Added testing with PHP 8.1 up to 8.4 + ### 1.1.0 (dev) * Introduced `ParserOptions::withDefaultOption()` and `FormatterOptions::withDefaultOption()`,