8000 Update Changelog, add Readme note about hidden input third party · symfony/symfony@e2eaf5a · GitHub
[go: up one dir, main page]

Skip to content

Commit e2eaf5a

Browse files
committed
Update Changelog, add Readme note about hidden input third party
1 parent ac01d5d commit e2eaf5a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

src/Symfony/Component/Console/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ CHANGELOG
55
-----
66

77
* added support for colorization on Windows via ConEmu
8+
* add a method to Dialog Helper to ask for a question and hide the response
89

910
2.1.0
1011
-----

src/Symfony/Component/Console/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,18 @@ output abstractions (so that you can easily unit-test your commands),
4141
validation, automatic help messages, ...
4242

4343
Tests
44-
---------
44+
-----
4545

4646
You can run the unit tests with the following command:
4747

4848
phpunit
4949

50+
Third Party
51+
-----------
52+
53+
`hiddeninput.exe` third party binary is provided within this component. Find
54+
sources and license at https://github.com/Seldaek/hidden-input.
55+
5056
Resources
5157
---------
5258

0 commit comments

Comments
 (0)
0