Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 1.64 KB

CHANGELOG.md

File metadata and controls

16 lines (9 loc) · 1.64 KB

Changelog

0.1.0 (2023-12-11)

Features

Bug Fixes

  • add parentheses if needed when reduceConditionals optimization is applied (#411) (9269098), closes #410
  • change reduceConditionals to not resolve variable references outside of the condition expression (#409) (62e1ab1), closes #408
  • implement unary NOT case for reduceExpr (#415) (ce66990), closes #414