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 33All notable changes to this project will be documented in this file. This project adheres to
44[ Semantic Versioning] ( http://semver.org/ ) and [ this changelog format] ( http://keepachangelog.com/ ) .
55
6- ## Unreleased ( 4.0)
6+ ## [ 4.0.0 ] - 2022-02-09
77
88### Added
99
@@ -16,6 +16,8 @@ All notable changes to this project will be documented in this file. This projec
1616- Minimum Laravel version is now 8.76. This is needed as we are dependent on all the Laravel PHP 8.1 changes.
1717- Package now depends on our fork of the Neomerx JSON: API package - ` laravel-json-api/neomerx-json-api ` . This is a
1818 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.
1921
2022### Removed
2123
You can’t perform that action at this time.
0 commit comments