Skip to content

1.17.0 - October 11 2016

Compare
Choose a tag to compare
@kirsle kirsle released this 11 Oct 19:23
· 204 commits to master since this release

Changes

  • 1.17.0 2016-10-11
    • Fix accidental double-piped wildcards caused by missing arrays (PR #176).
    • Fix tags like {uppercase} in the BEGIN block from affecting object macros
      before they could be called (bug #178).
    • In the parser, include the current topic in some common error messages, such
      as syntax errors, single-character lines and unknown commands (bug #140).
    • Allow forceCase to apply to topics too, both in the > topic command and
      in the {topic=...} tag (bug #158).
    • In case of deep recursion while scanning topic inheritance trees, the error
      now includes the current topic that it gave up on (bug #167).