Documenting built-in layouts in changelog

dev
Andy Meneely 2014-11-25 02:33:07 -05:00
parent d5181302ad
commit 22fa2f495c
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# Squib CHANGELOG # Squib CHANGELOG
# Custom layouts now support loading & merging multiple Yaml files! Updated README, docs, and sample to document it. # 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. # `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` # Samples now show that you can use text instead of symbols for things like `center`
# Improved logging, and documentation on increasing logger verboseness # Improved logging, and documentation on increasing logger verboseness