From 27a43aa8c747b3057f688cd5bccd05c74db1d452 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Mon, 8 Dec 2014 01:10:25 -0500 Subject: [PATCH] Fixing formatting of changelog --- CHANGELOG.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd343c7..52ad53a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,14 @@ # Squib CHANGELOG ## v0.0.6 -# 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. -# 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 -# Better regression testing technique that tracks when a sample has changed. -# Bumped version of Cairo to ~> 1.14 +* 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. +* 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 +* Better regression testing technique that tracks when a sample has changed. +* Bumped version of Cairo to ~> 1.14 ## v0.0.5 * Image rotation for png and svg via `angle`