Skip to content

Commit

Permalink
Merge branch '3.4' into 3.5
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Oct 30, 2017
2 parents c5ec11a + 8ca39f5 commit b1812d0
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 @@ -2,6 +2,14 @@

This changelog references the relevant changes (bug and security fixes) done to `orchestra/support`.

## 3.5.1

Released: 2017-10-30

### Changes

* Allows `Orchestra\Support\Traits\QueryFilter` to access `Illuminate\Database\Query\Expression` to exclude expression with `.` to be converted to relationship `whereHas` query.

## 3.5.0

Released: 2017-09-03
Expand All @@ -14,6 +22,14 @@ Released: 2017-09-03

* Remove deprecated `Orchestra\Support\Contracts\CsvableInterface`, replaced with `Orchestra\Support\Contracts\Csvable`.

## 3.4.3

Released: 2017-10-30

### Changes

* Allows `Orchestra\Support\Traits\QueryFilter` to access `Illuminate\Database\Query\Expression` to exclude expression with `.` to be converted to relationship `whereHas` query.

## 3.4.2

Released: 2017-07-11
Expand Down

0 comments on commit b1812d0

Please sign in to comment.