This is a minor release that primarily fixes two bugs related to namespaces.
Bugs
====
Add support for operators that may begin a statement: +, -, ~, and !.
Issue #1903304: Correct parsing of nested "function call" without parentheses.
Issue #1899502: Handle use statements with multiple classes and aliases.