Skip to content

Commit

Permalink
v3.1.7
Browse files Browse the repository at this point in the history
* Return `$this` from `Orchestra\Authorization\Authorization` when attaching memory instance, following convension from `Orchestra\Memory\ContainerTrait`.
* Allow `Orchestra\Authorization\Fluent::attach()` and `Orchestra\Authorization\Fluent::detach()` to support `Illuminate\Contracts\Support\Arrayable` contract.
* Deprecate `Orchestra\Authorization\Fluent::exist()` and replace it with `Orchestra\Authorization\Fluent::exists()`.

Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Sep 19, 2015
1 parent 27fa171 commit 9c15e56
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ title: Auth Change Log

## Version 3.1 {#v3-1}

### v3.1.7 {#v3-1-7}

* Return `$this` from `Orchestra\Authorization\Authorization` when attaching memory instance, following convension from `Orchestra\Memory\ContainerTrait`.
* Allow `Orchestra\Authorization\Fluent::attach()` and `Orchestra\Authorization\Fluent::detach()` to support `Illuminate\Contracts\Support\Arrayable` contract.
* Deprecate `Orchestra\Authorization\Fluent::exist()` and replace it with `Orchestra\Authorization\Fluent::exists()`.

### v3.1.6 {#v3-1-6}

* Add `Orchestra\Authorization\Policy`.
Expand Down

0 comments on commit 9c15e56

Please sign in to comment.