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: UPGRADE-3.3.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,8 @@ DependencyInjection
82
82
83
83
* Autowiring services based on the types they implement is deprecated and won't be supported in version 4.0. Rename (or alias) your services to their FQCN id to make them autowirable.
84
84
85
+
*[BC BREAK] The `NullDumper` class has been made final
86
+
85
87
*[BC BREAK]`_defaults` and `_instanceof` are now reserved service names in Yaml configurations. Please rename any services with that names.
86
88
87
89
*[BC BREAK] non-numeric keys in methods and constructors arguments have never been supported and are now forbidden. Please remove them if you happen to have one.
@@ -301,6 +303,11 @@ Process
301
303
* Extending `Process::run()`, `Process::mustRun()` and `Process::restart()` is
302
304
deprecated and won't be supported in 4.0.
303
305
306
+
ProxyManager
307
+
------------
308
+
309
+
*[BC BREAK] The `ProxyDumper` class has been made final
0 commit comments