8000 Update the CHANGELOG · symfony/symfony@2928fbe · GitHub
[go: up one dir, main page]

Skip to content

Commit 2928fbe

Browse files
committed
Update the CHANGELOG
1 parent 7505eb8 commit 2928fbe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

UPGRADE-4.0.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ FrameworkBundle
188188
* The `Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\FormPass` class has been
189189
removed. Use the `Symfony\Component\Form\DependencyInjection\FormPass` class instead.
190190

191-
<<<<<<< HEAD
192191
* The `Symfony\Bundle\FrameworkBundle\EventListener\SessionListener` class has been removed.
193192
Use the `Symfony\Component\HttpKernel\EventListener\SessionListener` class instead.
194193

src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ CHANGELOG
1717
* Deprecated `FormPass`, use `Symfony\Component\Form\DependencyInjection\FormPass` instead
1818
* Deprecated `SessionListener`
1919
* Deprecated `TestSessionListener`
20-
* Deprecated `Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\ConfigCachePass`.
20+
* Deprecated `Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\ConfigCachePass`.
2121
Use `Symfony\Component\Console\DependencyInjection\ConfigCachePass` instead.
2222
* Deprecated `PropertyInfoPass`, use `Symfony\Component\PropertyInfo\DependencyInjection\PropertyInfoPass` instead
23+
* Deprecated extending `ConstraintValidatorFactory`
2324

2425
3.2.0
2526
-----
@@ -31,7 +32,7 @@ CHANGELOG
3132
* Removed `symfony/asset` from the list of required dependencies in `composer.json`
3233
* The `Resources/public/images/*` files have been removed.
3334
* 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`
3536

3637
3.1.0
3738
-----

0 commit comments

Comments
 (0)
0