Skip to content

Commit

Permalink
Upgrading guide
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Jul 1, 2014
1 parent 7b2452a commit c7333ba
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

This is the upgrade guide from 1.x to 2.0.

### `ACL` class

- the deprecated method `unGrant()` has been removed and replaced by `revoke()`

### Roles

In 1.x, roles were defined as classes. Now they are defined in an array. You can read the

### Identities

The `SecurityIdentityInterface` has been renamed to `Identity`. In the same vein, the trait has been
Expand Down

0 comments on commit c7333ba

Please sign in to comment.