File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file. This project adheres to
4
4
[ Semantic Versioning] ( http://semver.org/ ) and [ this changelog format] ( http://keepachangelog.com/ ) .
5
5
6
- ## Unreleased ( 4.0)
6
+ ## [ 4.0.0 ] - 2022-02-09
7
7
8
8
### Added
9
9
@@ -16,6 +16,8 @@ All notable changes to this project will be documented in this file. This projec
16
16
- Minimum Laravel version is now 8.76. This is needed as we are dependent on all the Laravel PHP 8.1 changes.
17
17
- Package now depends on our fork of the Neomerx JSON: API package - ` laravel-json-api/neomerx-json-api ` . This is a
18
18
non-breaking change.
19
+ - ** BREAKING** Added return types to internal methods, to remove deprecation notices in PHP 8.1. This will affect your
20
+ implementation if you have extended any of our classes and overloaded a method that now has a return type.
19
21
20
22
### Removed
21
23
You can’t perform that action at this time.
0 commit comments