From 22fa2f495c99df0805a7592bcfa47b7840be1e98 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Tue, 25 Nov 2014 02:33:07 -0500 Subject: [PATCH] Documenting built-in layouts in changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39ec5e8..7c84865 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Squib CHANGELOG # Custom layouts now support loading & merging multiple Yaml files! Updated README, docs, and sample to document it. +# Built-in layouts! Currently we support `hand.yml` and `playing-card.yml`. Documented in the `layouts.rb` sample. # `text` now returns the ink extent rectangle of the rendered text. Updated docs and sample to document it. # Samples now show that you can use text instead of symbols for things like `center` # Improved logging, and documentation on increasing logger verboseness