Skip to content

Commit e840fae

Browse files
committed
minor symfony#61956 [Console] Update CHANGELOG to reflect attribute name changes for interactive invokable commands (yceruto)
This PR was merged into the 7.4 branch. Discussion ---------- [Console] Update CHANGELOG to reflect attribute name changes for interactive invokable commands | Q | A | ------------- | --- | Branch? | 7.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | - | License | MIT Missed this on symfony#61748 Commits ------- c976917 [Console] Update CHANGELOG to reflect attribute name changes for interactive invokable commands
2 parents 770dc40 + c976917 commit e840fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Console/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ CHANGELOG
1313
* Allow passing invokable commands to `Symfony\Component\Console\Tester\CommandTester`
1414
* Add `#[MapInput]` attribute to support DTOs in commands
1515
* Add optional timeout for interaction in `QuestionHelper`
16-
* Add support for interactive invokable commands with `#[Interactive]` and `#[InteractiveQuestion]` attributes
16+
* Add support for interactive invokable commands with `#[Interact]` and `#[Ask]` attributes
1717

1818
7.3
1919
---

0 commit comments

Comments
 (0)