Skip to content

Commit 0e856a1

Browse files
committed
Add missing entry to console upgrade log
1 parent 2b5e388 commit 0e856a1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

UPGRADE-5.3.md

+1
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

+1
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)