Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 276 Bytes

File metadata and controls

4 lines (4 loc) · 276 Bytes
category breaking
  • Renamed types related to operation expressions. The QL classes BinaryArithmeticOperation, BinaryBitwiseOperation, and BinaryLogicalOperation now include compound assignments; for example, BinaryArithmeticOperation now includes a += b.