Skip to content

Commit

Permalink
v3.0.3
Browse files Browse the repository at this point in the history
* Core:
  - Fixes a bug with `Orchestra\Support\Nesty::has()` returning `true` on not existent child attributes/item.
* Providers:
  - Add `Orchestra\Support\Providers\PipelineServiceProvider` which boot `Orchestra\Support\Providers\Traits\FilterProviderTrait` and `Orchestra\Support\Providers\Traits\MiddlewareProviderTrait`.

Signed-off-by: crynobone <[email protected]>
  • Loading branch information
crynobone committed May 12, 2015
1 parent 1b8c967 commit aaf519f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ title: Support Change Log

## Version 3.0 {#v3-0}

### v3.0.3 {#v3-0-3}

* Core:
- Fixes a bug with `Orchestra\Support\Nesty::has()` returning `true` on not existent child attributes/item.
* Providers:
- Add `Orchestra\Support\Providers\PipelineServiceProvider` which boot `Orchestra\Support\Providers\Traits\FilterProviderTrait` and `Orchestra\Support\Providers\Traits\MiddlewareProviderTrait`.

### v3.0.2 {#v3-0-2}

* Providers:
Expand Down

0 comments on commit aaf519f

Please sign in to comment.