Skip to content

[DOCS] Integrate the 8.x changelog into the main changelog #806

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 27, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Changes suggested in review
  • Loading branch information
oliverklee committed Jan 27, 2025
commit c0458465a461c13d9fedcfa5bd1b6402d62c757c
14 changes: 8 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,21 +50,23 @@ lifting. Thanks! :heart:

### Added

- Add support for PHP 8.4 (#675, #701, #746, #751)
- Add support for PHP 8.4 (#643, #657)

### Changed

- Mark parsing-internal classes and methods as `@internal` (#711)
- Mark parsing-internal classes and methods as `@internal` (##674)
- Block installations on unsupported higher PHP versions (#691)

### Deprecated

- Deprecate the expansion of shorthand properties (#719)
- Deprecate `Parser::setCharset()` and `Parser::getCharset()` (#703)
- Deprecate the expansion of shorthand properties
(#578, #580, #579, #577, #576, #575, #574, #573, #572, #571, #570, #569, #566,
#567, #558, #714)
- Deprecate `Parser::setCharset()` and `Parser::getCharset()` (#688)

### Fixed

- Fix type errors in PHP strict mode (#695)
- Fix type errors in PHP strict mode (#664)

## 8.6.0

Expand All @@ -83,7 +85,7 @@ lifting. Thanks! :heart:

### Changed

- Mark all class constants as `@internal` (#500)
- Mark all class constants as `@internal` (#472)

### Fixed

Expand Down