Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
d8vjork committed Dec 14, 2023
1 parent 828bf96 commit a5c54c2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.12.0] - 2023-12-14

### Added

- Includes relationships counts with `tags_count` (needs to end with `_count`). E.g:

```php
JsonApiResponse::using(Post::class)->allowInclude(['tags_count']);

// Then request this with ?include=tags_count
```

### Fixed

- Some IDEs getting confused with returning `self` types in traits (replaced to `static`)

## [3.11.5] - 2023-10-24

### Changed
Expand Down

0 comments on commit a5c54c2

Please sign in to comment.