Changed
- CLI
--helpdescriptions, configuration-reference docs, and JSON schema descriptions now use consistent language and voice. (#3366)
Fixed
- Filterset expressions like
not(test(foo)),all()and(test(foo)), andall()or(test(foo)), wherenot,and, ororis immediately followed by an opening parenthesis, now parse correctly. Previously, a separating space was required. (#3367)