Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 2.11 KB

CHANGELOG.md

File metadata and controls

23 lines (12 loc) · 2.11 KB

Changelog

0.1.1 (2024-09-15)

Bug Fixes

  • update to latest antlr4-vensim with support for Unicode characters in variable names (#533) (c921657), closes #532

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