Skip to content

Commit 2cb3f5a

Browse files
committed
Update CHANGELOG.md
1 parent 29a7ff1 commit 2cb3f5a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased](https://github.com/Art4/json-api-client/compare/1.1.0...v1.x)
99

10+
### Added
11+
12+
- Add support for PHP 8.2 and PHP 8.3
13+
1014
## [1.1.0 - 2021-10-05](https://github.com/Art4/json-api-client/compare/1.0.0...1.1.0)
1115

1216
### Added
1317

1418
- Added type hints for parameters and return types in internal and final classes
1519
- New tests for improving backward compatibility in interfaces
16-
- Support for PHP 8.1 is added in CI tests
20+
- Add support for PHP 8.1
1721

1822
### Changed
1923

2024
- Switched from Travis-CI to Github Actions
2125

2226
### Deprecated
2327

24-
- `\Art4\JsonApiClient\Accessable::has()` will add `bool` as a native return type declaration in v2.0, do the same in your implementation now to avoid errors.
28+
- `\Art4\JsonApiClient\Accessable::has()` will add `bool` as a native return type declaration in v2.0, do the same in your implementation now to avoid errors.
2529
- `\Art4\JsonApiClient\Accessable::getKeys()` will add `array` as a native return type declaration in v2.0, do the same in your implementation now to avoid errors.
2630
- `\Art4\JsonApiClient\Exception\Exception` will extend `\Throwable` in v2.0, do the same in your implementation now to avoid errors.
2731
- `\Art4\JsonApiClient\Factory::make()` methods first parameter signature will be `string` in v2.0.

0 commit comments

Comments
 (0)