Changelog (v7.3.1...v7.3.2)
- bug symfony/symfony#61268 [Console] [Table] Fix unnecessary wrapping (@schlndh)
- bug symfony/symfony#61242 [Console] [Table] Fix invalid UTF-8 due to text wrapping (@schlndh)
- bug symfony/symfony#61080 [Console] Fix
TreeHelper::addChild
when providing a string (@jtattevin) - bug symfony/symfony#61201 [Console] Fix JSON description for negatable input flags (@nicolas-grekas)
- bug symfony/symfony#61138 [Console] fix profiler with overridden
run()
method (@vinceAmstoutz) - bug symfony/symfony#61106 Fix
@var
phpdoc (@fabpot) - bug symfony/symfony#60507 [Console][Messenger] Fix: Allow
UnrecoverableExceptionInterface
to bypass retry inRunCommandMessageHandler
(@santysisi)