Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit aa114eb

Browse filesBrowse files
committed
Add some meta infos
1 parent e726337 commit aa114eb
Copy full SHA for aa114eb

File tree

4 files changed

+8
-0
lines changed
Filter options

4 files changed

+8
-0
lines changed

‎UPGRADE-4.0.md

Copy file name to clipboardExpand all lines: UPGRADE-4.0.md
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,8 @@ Process
438438

439439
* Extending `Process::run()`, `Process::mustRun()` and `Process::restart()` is
440440
not supported anymore.
441+
442+
* The `getEnhanceWindowsCompatibility()` and `setEnhanceWindowsCompatibility()` methods of `Process` class have been removed.
441443

442444
ProxyManager
443445
------------

‎src/Symfony/Component/Process/CHANGELOG.md

Copy file name to clipboardExpand all lines: src/Symfony/Component/Process/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ CHANGELOG
1414
methods of the `Process` class have been removed
1515
* support for passing `proc_open()` options has been removed
1616
* removed the `ProcessBuilder` class, use the `Process` class instead
17+
* removed the `getEnhanceWindowsCompatibility()` and `setEnhanceWindowsCompatibility()` methods of `Process` class
1718

1819
3.4.0
1920
-----

‎src/Symfony/Component/VarDumper/CHANGELOG.md

Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ CHANGELOG
77
* support for passing `\ReflectionClass` instances to the `Caster::castObject()`
88
method has been dropped, pass class names as strings instead
99
* the `Data::getRawData()` method has been removed
10+
* the `VarDumperTestTrait::assertDumpEquals()` method expects a 3rd `$context = null`
11+
argument and moves `$message = ''` argument at 4th position.
12+
* the `VarDumperTestTrait::assertDumpMatchesFormat()` method expects a 3rd `$context = null`
13+
argument and moves `$message = ''` argument at 4th position.
1014

1115
2.7.0
1216
-----

‎src/Symfony/Component/Yaml/CHANGELOG.md

Copy file name to clipboardExpand all lines: src/Symfony/Component/Yaml/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ CHANGELOG
2323
the parser and dumper is no longer supported, pass bitmask flags instead
2424
* the constructor arguments of the `Parser` class have been removed
2525
* the `Inline` class is internal and no longer part of the BC promise
26+
* removed of the support for the `!str` tag, use the `!!str` tag instead
2627

2728
3.4.0
2829
-----

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.