CHANGELOG.md in gisele-0.1.0 vs CHANGELOG.md in gisele-0.2.0

- old
+ new

@@ -1,5 +1,20 @@ -# 0.1.0 / FIX ME +# 0.2.0 / 2012-02-17 + +## Enhancements + +* A --graph option has been added to the main `gisele` shell command. It outputs a graph in + the graphviz/dot format representing a process as a box-and-arrow workflow. + +## Breaking changes + +* Boolean literals (true, false) are now explicitly represented in boolean expressions, + under a :bool_lit AST node. +* All statements and clauses relying on boolean conditions (if_st, while_st, elsif_clause, + when_clause) have now an explicit :bool_expr node as first child. Previously, a subnode + of the boolean grammar was used. + +# 0.1.0 / 2012-02-17 ## Enhancements * The main `gisele` command now accepts a --no-sugar option that removes syntactic sugar. This option is limited to the rewriting of `if` statements as guarded `case`