We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aadaed2 commit d7fd542Copy full SHA for d7fd542
CHANGELOG.md
@@ -4,9 +4,10 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
-## [Unreleased](https://github.com/ruflin/Elastica/compare/7.3.0...master)
+## [Unreleased](https://github.com/ruflin/Elastica/compare/7.3.0...8.x)
8
### Backward Compatibility Breaks
9
* Dropped support for PHP <8.0 [#2131](https://github.com/ruflin/Elastica/pull/2131)
10
+* Dropped JSONParseException. Catch native JsonException instead. [#2133](https://github.com/ruflin/Elastica/pull/2133)
11
### Added
12
### Changed
13
### Deprecated
0 commit comments