Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Jan 10, 2014
1 parent 851f38f commit 2b294ab
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/changes.md
Expand Up @@ -8,6 +8,16 @@ title: Model Change Log
### v2.1.0 {#v2-1-0}

* Add support for Laravel 4.1 and Orchestra Platform 2.1.
* Implement [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md) coding standard.
* Implement `Orchestra\Notifier\RecipientInterface`.
* Abstract `Orchestra\Model\Memory\UserMetaRepository` and `Orchestra\Model\Memory\UserMetaProvider` from orchestra/foundation which allow it to be used outside of Orchestra Platform.
* Add multiple helpers method to `Orchestra\Model\User`:
- `attachRole()`
- `detachRole()`
- `is()`
- `isAny()`
- `isNot()`
- `isNotAny()`

## Version 2.0 {#v2-0}

Expand Down

0 comments on commit 2b294ab

Please sign in to comment.