Skip to content

v6.0.3

Compare
Choose a tag to compare
@fabpot fabpot released this 28 Jan 13:07
· 469 commits to 7.0 since this release
v6.0.3

Changelog (v6.0.2...v6.0.3)

  • bug #43149 Silence warnings during tty detection (neclimdul)
  • bug #45181 Fix PHP 8.1 deprecation in ChoiceQuestion (BrokenSourceCode)
  • bug #45109 fix restoring stty mode on CTRL+C (nicolas-grekas)
  • bug #45088 fix parsing escaped chars in StringInput (nicolas-grekas)
  • bug #45053 use STDOUT/ERR in ConsoleOutput to save opening too many file descriptors (nicolas-grekas)
  • bug #44912 Allow OutputFormatter::escape() to be used for escaping URLs used in (Seldaek)