Fixing formatting of changelog

dev
Andy Meneely 2014-12-08 01:10:25 -05:00
parent 321ccb5d24
commit 27a43aa8c7
1 changed files with 8 additions and 8 deletions

View File

@ -1,14 +1,14 @@
# Squib CHANGELOG # Squib CHANGELOG
## v0.0.6 ## v0.0.6
# Added a `csv` command that works just like `xslx`. Uses Ruby's CSV inside, with some extra checking and warnings. * Added a `csv` command that works just like `xslx`. Uses Ruby's CSV inside, with some extra checking and warnings.
# 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. * 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
# Better regression testing technique that tracks when a sample has changed. * Better regression testing technique that tracks when a sample has changed.
# Bumped version of Cairo to ~> 1.14 * Bumped version of Cairo to ~> 1.14
## v0.0.5 ## v0.0.5
* Image rotation for png and svg via `angle` * Image rotation for png and svg via `angle`