Skip to content

Commit 62e1372

Browse files
committed
Merge tag 'v3.0.1' into develop
Remove unnecessary query when counting relations
2 parents 49a1932 + 3a69d13 commit 62e1372

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All 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+
## [3.0.1] - 2023-04-03
7+
8+
### Fixed
9+
10+
- [#29](https://github.com/laravel-json-api/eloquent/pull/29) Avoid unnecessary query when there is no need to count a
11+
relationship.
12+
613
## [3.0.0] - 2023-02-14
714

815
### Changed

0 commit comments

Comments
 (0)