Skip to content

Commit

Permalink
v3.0.2
Browse files Browse the repository at this point in the history
* Rename `Orchestra\Control\Authorize` to `Orchestra\Control\Command\Synchronizer`.
* Convert `Orchestra\Control\Command\Synchronizer` to not use static method.
* Add `Orchestra\Control\Contracts\Command\Synchronizer` contract.
* Restructure menu views.

Signed-off-by: crynobone <[email protected]>
  • Loading branch information
crynobone committed Mar 20, 2015
1 parent c1f0120 commit 0b6e83f
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: Control Change Log

## Version 3.0 {#v3-0}

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

* Rename `Orchestra\Control\Authorize` to `Orchestra\Control\Command\Synchronizer`.
* Convert `Orchestra\Control\Command\Synchronizer` to not use static method.
* Add `Orchestra\Control\Contracts\Command\Synchronizer` contract.
* Restructure menu views.

### v3.0.1 {#v3-0-1}

* Rename `Orchestra\Control\ControlMenuHandler` to `Orchestra\Control\Http\Handlers\ControlMenuHandler`.
Expand Down

0 comments on commit 0b6e83f

Please sign in to comment.