v1.20.2
This release includes a bug fix for a parser regression introduced in v1.20.0, and dependency updates. Fix stale parse errors on statements starting with { (#9140) When the and/or keywords added in v1.20.0 are imported, a statement that starts with { is first read as an explicit operand body, and re-read as a term (a comprehension, for example) if no and or or follows. Errors recorded during the a…