Skip to content

Commit 251b242

Browse files
committed
Add entries to CHANGELOG and UPGRADE-6.4 for deprecated modes on InputArgument and InputOption
1 parent fbd2554 commit 251b242

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

UPGRADE-6.4.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ Cache
1111

1212
* [BC break] `EarlyExpirationHandler` no longer implements `MessageHandlerInterface`, rely on `AsMessageHandler` instead
1313

14+
Console
15+
-----
16+
17+
* Deprecate passing both `InputArgument::REQUIRED` and `InputArgument::OPTIONAL` modes to `InputArgument` constructor
18+
* Deprecate passing more than one out of `InputOption::VALUE_NONE`, `InputOption::VALUE_REQUIRED` and `InputOption::VALUE_OPTIONAL` modes to `InputOption` constructor
19+
1420
DependencyInjection
1521
-------------------
1622

src/Symfony/Component/Console/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ CHANGELOG
99
* The application can also catch errors with `Application::setCatchErrors(true)`
1010
* Add `RunCommandMessage` and `RunCommandMessageHandler`
1111
* Dispatch `ConsoleTerminateEvent` after an exit on signal handling and add `ConsoleTerminateEvent::getInterruptingSignal()`
12+
* Deprecate passing both `InputArgument::REQUIRED` and `InputArgument::OPTIONAL` modes to `InputArgument` constructor
13+
* Deprecate passing more than one out of `InputOption::VALUE_NONE`, `InputOption::VALUE_REQUIRED` and `InputOption::VALUE_OPTIONAL` modes to `InputOption` constructor
1214

1315
6.3
1416
---

0 commit comments

Comments
 (0)