|
@@ -7,6 +7,12 @@ The `Sonata\AdminBundle\Form\Type\ModelTypeList` class is now deprecated.
|
|
|
|
|
|
Use `Sonata\AdminBundle\Form\Type\ModelListType` instead.
|
|
Use `Sonata\AdminBundle\Form\Type\ModelListType` instead.
|
|
|
|
|
|
|
|
+### Tests
|
|
|
|
+
|
|
|
|
+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).
|
|
|
|
+
|
|
UPGRADE FROM 3.2 to 3.3
|
|
UPGRADE FROM 3.2 to 3.3
|
|
=======================
|
|
=======================
|
|
|
|
|