You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
1
CHANGELOG
2
2
=========
3
3
4
+
4.3.0
5
+
-----
6
+
7
+
* Added `ControllerTrait::isFormValid()`
8
+
4
9
4.2.0
5
10
-----
6
11
@@ -12,7 +17,7 @@ CHANGELOG
12
17
* Deprecated the `Symfony\Bundle\FrameworkBundle\Controller\Controller` class in favor of `Symfony\Bundle\FrameworkBundle\Controller\AbstractController`.
13
18
* Enabled autoconfiguration for `Psr\Log\LoggerAwareInterface`
14
19
* Added new "auto" mode for `framework.session.cookie_secure` to turn it on when HTTPS is used
15
-
* Removed the `framework.messenger.encoder` and `framework.messenger.decoder` options. Use the `framework.messenger.serializer.id` option to replace the Messenger serializer.
20
+
* Removed the `framework.messenger.encoder` and `framework.messenger.decoder` options. Use the `framework.messenger.serializer.id` option to replace the Messenger serializer.
16
21
* Deprecated the `ContainerAwareCommand` class in favor of `Symfony\Component\Console\Command\Command`
17
22
* Made `debug:container` and `debug:autowiring` ignore backslashes in service ids
18
23
* Deprecated the `Templating\Helper\TranslatorHelper::transChoice()` method, use the `trans()` one instead with a `%count%` parameter
@@ -83,17 +88,17 @@ CHANGELOG
83
88
* Deprecated the `KernelTestCase::getPhpUnitXmlDir()` and `KernelTestCase::getPhpUnitCliConfigArgument()` methods.
84
89
* Deprecated `AddCacheClearerPass`, use tagged iterator arguments instead.
85
90
* Deprecated `AddCacheWarmerPass`, use tagged iterator arguments instead.
0 commit comments