CHANGELOG.md in itamae-1.1.26 vs CHANGELOG.md in itamae-1.2.0

- old
+ new

@@ -1,4 +1,32 @@ +## v1.2.0 + +Feature + +- Docker backend + - This backend builds a Docker image. + - Usage: `itamae docker --image baseimage recipe.rb` + - NOTE: This feature is experimental. + +## v1.1.26 + +Bugfix + +- Always outdent. + +## v1.1.25 + +Improvements + +- Make logging less verbose by default. (by @eagletmt) +- Change indent width from 3 to 2. + +## v1.1.24 + +Bugfixes + +- Make `node` accessible from define block. + ## v1.1.23 Feature - Validate node attributes by `Node#validate!`