Skip to content

Navigation Menu

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 0e856a1

Browse filesBrowse files
committed
Add missing entry to console upgrade log
1 parent 2b5e388 commit 0e856a1
Copy full SHA for 0e856a1

File tree

2 files changed

+2
-0
lines changed
Filter options

2 files changed

+2
-0
lines changed

‎UPGRADE-5.3.md

Copy file name to clipboardExpand all lines: UPGRADE-5.3.md
+1Lines 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

Copy file name to clipboardExpand all lines: UPGRADE-6.0.md
+1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.