Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 745 Bytes

CHANGELOG.md

File metadata and controls

20 lines (16 loc) · 745 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.5.5-alpha]

Fixed

  • Fix generated comment regarding marking event as handled when not for a transition

[0.5.4-alpha]

Added

  • Support entry and exit points StateSmith#3
  • Initial support for $PARENT_ALIAS nodes. StateSmith#2
  • Improve exception error messages

[0.5.3-alpha]

Fixed

  • Fix generated comment about exiting to LCA name
  • Fix FinishCodeBlock() when BracesOnNewLines = false;