Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 722 Bytes

CHANGES.md

File metadata and controls

29 lines (16 loc) · 722 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.2.0 - 2020-10-15

Changed

  • Clarity keywords (such as block-height) are now represented in the AST with Keyword nodes instead of Identifier nodes.

Added

  • Support for let expressions.

  • Support for match expressions.

  • Support for tuple expressions of the form (tuple (name "blockstack") (id 1337)).

0.1.0 - 2020-09-30

Added

  • The initial public release.