Skip to content

Commit ac2bf6e

Browse files
committed
Merge tag 'v7.1.0' into develop
PHP 8.4 and fix bug with removing self link
2 parents 3572d96 + 6907524 commit ac2bf6e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Diff for: CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,17 @@ All notable changes to this project will be documented in this file. This projec
55

66
## Unreleased
77

8+
## [7.1.0] - 2025-01-11
9+
810
### Changed
911

1012
- Removed PHP 8.4 deprecation notices.
1113

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+
1219
## [7.0.0] - 2024-03-14
1320

1421
### Changed
@@ -43,7 +50,7 @@ All notable changes to this project will be documented in this file. This projec
4350

4451
- **BREAKING** Upgraded the `neomerx/json-api` dependency from `v1` to `v5` of our fork
4552
`laravel-json-api/neomerx-json-api`. Refer to the [Upgrade Guide](./docs/upgrade.md) for details of the required
46-
changes.
53+
changes.
4754

4855
## [4.1.0] - 2023-01-21
4956

0 commit comments

Comments
 (0)