Skip to content

Commit

Permalink
Prepare 5.1.0 release.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Apr 3, 2020
1 parent aa76a89 commit 51c4dba
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG-5.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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

## 5.1.0

Release: 2020-04-03

### Changes

* Use `$this->container` instead of deprecated `$this->app` for manager extending `Illuminate\Support\Manager`.

### Fixes

* Use `app()` instead of `$this->app` as it would bind to different scope under macros.

### Removed

* Remove authenticating route helpers.

## 5.0.0

Released: 2020-03-08
Expand Down

0 comments on commit 51c4dba

Please sign in to comment.