File tree 2 files changed +3
-3
lines changed
src/Symfony/Bundle/FrameworkBundle
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,6 @@ FrameworkBundle
188
188
* The ` Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\FormPass ` class has been
189
189
removed. Use the ` Symfony\Component\Form\DependencyInjection\FormPass ` class instead.
190
190
191
- <<<<<<< HEAD
192
191
* The ` Symfony\Bundle\FrameworkBundle\EventListener\SessionListener ` class has been removed.
193
192
Use the ` Symfony\Component\HttpKernel\EventListener\SessionListener ` class instead.
194
193
Original file line number Diff line number Diff line change @@ -17,9 +17,10 @@ CHANGELOG
17
17
* Deprecated ` FormPass ` , use ` Symfony\Component\Form\DependencyInjection\FormPass ` instead
18
18
* Deprecated ` SessionListener `
19
19
* Deprecated ` TestSessionListener `
20
- * Deprecated ` Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\ConfigCachePass ` .
20
+ * Deprecated ` Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\ConfigCachePass ` .
21
21
Use ` Symfony\Component\Console\DependencyInjection\ConfigCachePass ` instead.
22
22
* Deprecated ` PropertyInfoPass ` , use ` Symfony\Component\PropertyInfo\DependencyInjection\PropertyInfoPass ` instead
23
+ * Deprecated extending ` ConstraintValidatorFactory `
23
24
24
25
3.2.0
25
26
-----
@@ -31,7 +32,7 @@ CHANGELOG
31
32
* Removed ` symfony/asset ` from the list of required dependencies in ` composer.json `
32
33
* The ` Resources/public/images/* ` files have been removed.
33
34
* The ` Resources/public/css/*.css ` files have been removed (they are now inlined in TwigBundle).
34
- * Added possibility to prioritize form type extensions with ` 'priority' ` attribute on tags ` form.type_extension `
35
+ * Added possibility to prioritize form type extensions with ` 'priority' ` attribute on tags ` form.type_extension `
35
36
36
37
3.1.0
37
38
-----
You can’t perform that action at this time.
0 commit comments