Skip to content

Commit

Permalink
v3.2.3
Browse files Browse the repository at this point in the history
* Core:
  - Remove `Trait` prefix and deprecate old traits.
  - Call method directly instead of using `call_user_func()`.
* Providers:
  - Remove `Trait` prefix and deprecate old traits.
  - Call method directly instead of using `call_user_func()`.

Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Mar 17, 2016
1 parent e303fd1 commit 6ba96aa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/changes.md
Expand Up @@ -5,6 +5,15 @@ title: Support Change Log

## Version 3.2 {#v3-2}

### v3.2.3 {#v3-2-3}

* Core:
- Remove `Trait` prefix and deprecate old traits.
- Call method directly instead of using `call_user_func()`.
* Providers:
- Remove `Trait` prefix and deprecate old traits.
- Call method directly instead of using `call_user_func()`.

### v3.2.2 {#v3-2-2}

* Core:
Expand Down

0 comments on commit 6ba96aa

Please sign in to comment.