Release 1.1.0-beta.4
Pre-release
Pre-release
Added
- Ability to compare cells
Fixed
- Fixed contract crash when equality check involving nullable variables
Changed
- Change logic of
&&
and||
. Now second argument is not calculated when first argument isfalse
ortrue
respectively.