Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

Merged
merged 1 commit into from
Jul 5, 2017
Merged

Conversation

maidmaid
Copy link
Contributor

@maidmaid maidmaid commented Jul 4, 2017

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...

@@ -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
Copy link
Member

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

Copy link
Contributor Author

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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[...] of the Process [...]

Copy link
Contributor Author

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
Copy link
Member

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.

Copy link
Contributor Author

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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing "the" before Process

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added.

@xabbuh xabbuh added this to the 4.0 milestone Jul 4, 2017
@fabpot
Copy link
Member

fabpot commented Jul 5, 2017

Thank you @maidmaid.

@fabpot fabpot merged commit 19c6a6f into symfony:master Jul 5, 2017
fabpot added a commit that referenced this pull request Jul 5, 2017
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
@maidmaid maidmaid deleted the meta-4 branch July 5, 2017 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants