document use_layout in the changelog

dev
Andy Meneely 2016-03-16 17:13:14 -04:00
parent 955d64a01f
commit a2e8d29cbc
1 changed files with 1 additions and 0 deletions

View File

@ -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)