8000 minor #41313 [Console] Add missing entry to console upgrade log (jsch… · symfony/symfony@6bc4cbc · GitHub
[go: up one dir, main page]

Skip to content

Commit 6bc4cbc

Browse files
committed
minor #41313 [Console] Add missing entry to console upgrade log (jschaedl)
This PR was merged into the 5.3 branch. Discussion ---------- [Console] Add missing entry to console upgrade log | Q | A | ------------- | --- | Branch? | 5.3 <!-- see below --> | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | - <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT | Doc PR | - <!-- required for new features --> <!-- Replace this notice by a short README for your feature/bugfix. This will help people understand your PR and can be used as a start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - Never break backward compatibility (see https://symfony.com/bc). - Bug fixes must be submitted against the lowest maintained branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too.) - Features and deprecations must be submitted against branch 5.x. - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry --> follow up on #41312 Commits ------- 0e856a1 Add missing entry to console upgrade log
2 parents 40a6b17 + 0e856a1 commit 6bc4cbc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

UPGRADE-5.3.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Console
1010
-------
1111

1212
* Deprecate `Helper::strlen()`, use `Helper::width()` instead.
13+
* Deprecate `Helper::strlenWithoutDecoration()`, use `Helper::removeDecoration()` instead.
1314

1415
DoctrineBridge
1516
--------------

UPGRADE-6.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Console
2424

2525
* `Command::setHidden()` has a default value (`true`) for `$hidden` parameter
2626
* Remove `Helper::strlen()`, use `Helper::width()` instead.
27+
* Remove `Helper::strlenWithoutDecoration()`, use `Helper::removeDecoration()` instead.
2728

2829
DependencyInjection
2930
-------------------

0 commit comments

Comments
 (0)
0