Skip to content

Commit

Permalink
Merge 2.x into master
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Sep 6, 2016
2 parents dd4c03f + 0391a71 commit 67b2808
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions UPGRADE-2.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,11 @@ UPGRADE 2.x
All files under the ``Tests`` directory are now correctly handled as internal test classes.
You can't extend them anymore, because they are only loaded when running internal tests.
More information can be found in the [composer docs](https://getcomposer.org/doc/04-schema.md#autoload-dev).

## Deprecated traits

The `Sonata\TranslationBundle\Traits\Translatable` class is deprecated.
Use `Sonata\TranslationBundle\Traits\TranslatableTrait` instead.

The `Sonata\TranslationBundle\Traits\PersonalTranslatable` class is deprecated.
Use `Sonata\TranslationBundle\Traits\PersonalTranslatableTrait` instead.

0 comments on commit 67b2808

Please sign in to comment.