Skip to content

v7.4.19

Choose a tag to compare

@fabpot fabpot released this 15 Sep 07:12
· 260 commits to 8.2 since this release
Immutable release. Only release title and notes can be modified.
v7.4.19

Changelog (v7.4.18...v7.4.19)

  • bug #66031 Report a validation error instead of a TypeError on numeric arguments and options (@tanguychenier)
  • bug #65976 Keep messages containing malformed UTF-8 when wrapping (@Meacue)
  • minor #65863 Type the autocompleter callback as returning a list (@nicolas-grekas)
  • minor #65860 Disambiguate the autocompleter callback return type (@SanderMuller)
  • bug #65818 Do not evaluate the command line in the zsh completion (@GromNaN, @nicolas-grekas)
  • minor #65815 Fix the bash completion of "--option=value" and of an aliased command (@GromNaN)
  • bug #65811 Fix the bash completion on macOS and cover more option modes (@GromNaN)
  • bug #65783 Test the shell completion scripts and fix the escaping (@GromNaN)