-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Add some missing changelog/upgrade infos #23392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -23,6 +23,7 @@ CHANGELOG | |||
the parser and dumper is no longer supported, pass bitmask flags instead | |||
* the constructor arguments of the `Parser` class have been removed | |||
* the `Inline` class is internal and no longer part of the BC promise | |||
* removed of the support for the `!str` tag, use the `!!str` tag instead |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed support for the !str
tag, use the !!str
tag instead
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated
@@ -14,6 +14,7 @@ CHANGELOG | |||
methods of the `Process` class have been removed | |||
* support for passing `proc_open()` options has been removed | |||
* removed the `ProcessBuilder` class, use the `Process` class instead | |||
* removed the `getEnhanceWindowsCompatibility()` and `setEnhanceWindowsCompatibility()` methods of `Process` class |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[...] of the Process
[...]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated
@@ -23,6 +23,7 @@ CHANGELOG | |||
the parser and dumper is no longer supported, pass bitmask flags instead | |||
* the constructor arguments of the `Parser` class have been removed | |||
* the `Inline` class is internal and no longer part of the BC promise | |||
* removed support for the !str tag, use the !!str tag instead |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would still enclose the tags with backticks. My comment was meant to point out the missing article.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bad previous copy/past... It's fixed.
UPGRADE-4.0.md
Outdated
@@ -438,6 +438,8 @@ Process | |||
|
|||
* Extending `Process::run()`, `Process::mustRun()` and `Process::restart()` is | |||
not supported anymore. | |||
|
|||
* The `getEnhanceWindowsCompatibility()` and `setEnhanceWindowsCompatibility()` methods of `Process` class have been removed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing "the" before Process
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added.
Thank you @maidmaid. |
This PR was merged into the 4.0-dev branch. Discussion ---------- Add some missing changelog/upgrade infos | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #23387 #23376 #23363 | License | MIT | Doc PR | / Oops, some PRs have been merged without changelog/upgrade infos... Commits ------- 19c6a6f Add some meta infos
Oops, some PRs have been merged without changelog/upgrade infos...