Skip to content
This repository has been archived by the owner on Sep 25, 2018. It is now read-only.

Commit

Permalink
Updated CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeard4 committed Jul 26, 2012
1 parent ec8108c commit 75e63fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES.md
@@ -1,7 +1,7 @@
v0.0.8
------

* Added support for <if>, <elseif>, <else> action tags.
* Added support for <if>, <elseif>, <else>, and <foreach> action tags.
* Refactored architecture by which action code gets evaluated, such that all action code is evaluated within the document scope. This should provide more efficient execution, as datamodel variables can be referenced as local variables and strings expressions can be referenced as string constants. The disadvantage is that some some datamodel variable names must be reserved for the interpreter. These currently are: `$log`, `$cancel`, `$send`, and `$origin`

v0.0.7
Expand Down

0 comments on commit 75e63fd

Please sign in to comment.