Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
* Update support for Orchestra Platform v3.2.
* `Orchestra\Installation\InstallerServiceProvider` should utilize the new `Orchestra\Foundation\Support\Providers\ModuleServiceProvider`.
* Improved performances by reducing call within `Illuminate\Container\Container`.
* Enables routes caching.

Signed-off-by: crynobone <[email protected]>
  • Loading branch information
crynobone committed Dec 22, 2015
1 parent d67510d commit 760a742
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ title: Installer Change Log

---

## Version 3.2 {#v3-2}

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

* Update support for Orchestra Platform v3.2.
* `Orchestra\Installation\InstallerServiceProvider` should utilize the new `Orchestra\Foundation\Support\Providers\ModuleServiceProvider`.
* Improved performances by reducing call within `Illuminate\Container\Container`.
* Enables routes caching.

## Version 3.1 {#v3-1}

### v3.1.2 {#v3-1-2}
Expand Down

0 comments on commit 760a742

Please sign in to comment.