From a2e8d29cbc9caf20079714e802970b0844d4c30c Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Wed, 16 Mar 2016 17:13:14 -0400 Subject: [PATCH] document use_layout in the changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 981fb3b..1dbd607 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ Squib follows [semantic versioning](http://semver.org). Features: * Build groups! Simplify the process of building your deck different ways (e.g. one for color, one for PNP). Can be enabled explicitly or via command line. [See our shiny new docs for how these work](http://squib.readthedocs.org). * The `csv` method now supports a `data` option to read CSV data directly. When set, it overrides the `file` option. +* New `use_layout` method will allow you to load a layout file as a DSL method instead of in the constructor. Useful in conjunction with build groups! (#141) Chores: * Switched to `require_relative` internally throughout the codebase to be more pry-friendly (#130)