Skip to content

v0.13.5

Compare
Choose a tag to compare
@turbolent turbolent released this 05 Mar 19:38
· 9847 commits to master since this release

πŸ›  Improvements

  • Add computed fields to the composite value (#664) @SupunS
  • Improve naming: Rename nominal type to simple type (#659) @turbolent
  • Cache qualified identifier and type ID for composite types and interface types (#658) @turbolent

🐞 Bug Fixes

  • Fix handling of capability values without borrow type (#666) @turbolent
  • Improve type equality check in the contract update validation (#654) @SupunS