CHANGELOG.md in itamae-1.2.8 vs CHANGELOG.md in itamae-1.2.9

- old
+ new

@@ -1,4 +1,21 @@ +## v1.2.9 + +Bugfixes + +- Do not use local variable named `variables`. + +If `variables` is used as local variable's name, the following causes a syntax error. + +``` +template "..." do + variables foo: bar + # variables(foo: bar) # This never cause a syntax error +end +``` + +See also: https://bugs.ruby-lang.org/issues/11016 + ## v1.2.8 Improvements - [Load ~/.ssh/config (by @maruware)](https://github.com/itamae-kitchen/itamae/pull/115)