File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,17 @@ All notable changes to this project will be documented in this file. This projec
5
5
6
6
## Unreleased
7
7
8
+ ## [ 7.1.0] - 2025-01-11
9
+
8
10
### Changed
9
11
10
12
- Removed PHP 8.4 deprecation notices.
11
13
14
+ ### Fixed
15
+
16
+ - [ #648 ] ( https://github.com/cloudcreativity/laravel-json-api/pull/648 ) Ensure self link is removed when it is returned
17
+ as ` false ` .
18
+
12
19
## [ 7.0.0] - 2024-03-14
13
20
14
21
### Changed
@@ -43,7 +50,7 @@ All notable changes to this project will be documented in this file. This projec
43
50
44
51
- ** BREAKING** Upgraded the ` neomerx/json-api ` dependency from ` v1 ` to ` v5 ` of our fork
45
52
` laravel-json-api/neomerx-json-api ` . Refer to the [ Upgrade Guide] ( ./docs/upgrade.md ) for details of the required
46
- changes.
53
+ changes.
47
54
48
55
## [ 4.1.0] - 2023-01-21
49
56
You can’t perform that action at this time.
0 commit comments