Browse Source

document use_layout in the changelog

dev
Andy Meneely 10 years ago
parent
commit
a2e8d29cbc
  1. 1
      CHANGELOG.md

1
CHANGELOG.md

@ -6,6 +6,7 @@ Squib follows [semantic versioning](http://semver.org).
Features: 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). * 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. * 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: Chores:
* Switched to `require_relative` internally throughout the codebase to be more pry-friendly (#130) * Switched to `require_relative` internally throughout the codebase to be more pry-friendly (#130)

Loading…
Cancel
Save