Skip to content
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

Prepare 8.0.0-alpha1 release #2213

Merged
merged 1 commit into from
May 3, 2024
Merged
Changes from all commits
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
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,23 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/ruflin/Elastica/compare/7.3.0...master)
## [Unreleased](https://github.com/ruflin/Elastica/compare/8.0.0-alpha1...8.x)

### Backward Compatibility Breaks

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

## [Unreleased](https://github.com/ruflin/Elastica/compare/7.3.0...8.0.0-alpha1)
### Backward Compatibility Breaks
* Dropped support for PHP <8.0 [#2131](https://github.com/ruflin/Elastica/pull/2131)
* Removed deprecated classes in 7.x [#2132](https://github.com/ruflin/Elastica/pull/2132)
Expand Down Expand Up @@ -90,7 +106,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Modernize code using `match` expression [#2141](https://github.com/ruflin/Elastica/pull/2141)
* Updated docker/php/Dockerfile added AllowSymfonyFlexPlugin (false) on docker phpuser context [#2194](https://github.com/ruflin/Elastica/pull/2194)

### Deprecated
### Removed
* Removed the JSONParseException class, which is replaced by \JsonException
* Removed the JSONParseException test class
Expand Down
Loading