From f414ff953002a9b18e3a116f5e462c56f21237cf Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Sun, 27 Oct 2024 18:38:32 +0100 Subject: [PATCH] [TASK] Prepare the 8.7.0 release (#742) --- CHANGELOG.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c39c583f..c90927cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ This project adheres to [Semantic Versioning](https://semver.org/). ### Added +### Changed + +### Deprecated + +### Removed + +### Fixed + +## 8.7.0: Add support for PHP 8.4 + +### Added + - Add support for PHP 8.4 (#675, #701, #746, #751) ### Changed @@ -19,8 +31,6 @@ This project adheres to [Semantic Versioning](https://semver.org/). - Deprecate the expansion of shorthand properties (#719) - Deprecate `Parser::setCharset()` and `Parser::getCharset()` (#703) -### Removed - ### Fixed - Fix type errors in PHP strict mode (#695)