mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
* Fix operator precedence grouping for */ and +/- * Add release note for #6993 * Fix exponent associativity and add regression test --------- Co-authored-by: Hadi Ayache <hadiayache@Hadis-Mac-mini.local>
168 B
168 B
category, authors
| category | authors | |
|---|---|---|
| Bugfix |
|
Fix arithmetic expression parsing so operators with the same precedence (*//, +/-) are evaluated left-to-right.