Skip to content

Commit

Permalink
Prepare 4.1.0 release.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Jan 24, 2020
1 parent 3a2c2da commit fea5be7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG-4.x.md
Expand Up @@ -2,6 +2,23 @@

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

## 4.1.0

Released: 2020-01-24

### Changes

* Override `ServiceProvider::loadFactoriesFrom()` to only be loaded from unit testing environment.
* Update `addLanguageComponent` and `addViewComponent` under `Orchestra\Support\Provider\Concerns\PackageProvider` based on `callAfterResolving` changes to `Illuminate\Support\ServiceProvider`.

### Fixes

* Fixes class name not shown when `Orchestra\Support\Transformer` can't transform the instance.

### Deprecated

* Deprecate `Orchestra\Support\Concerns\QueryFilter`, please use [laravie/query-filter](https://github.com/laravie/query-filter) instead.

## 4.0.2

Released: 2019-10-30
Expand Down

0 comments on commit fea5be7

Please sign in to comment.