From 845123a28345ff8a0d2f4755b1bd9c8b24b83787 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Mon, 5 Jan 2015 23:27:09 -0500 Subject: [PATCH] Documenting layout refactoring change --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccb32d5..4d27fc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ * Added `showcase` feature to create a fancy-looking 3D reflection to showcase your cards. Documented, tested, and added a sample for it. * Added a basic Rakefile, documented in README. +* Some internal refactoring and better testing around layouts ## v0.1.0 * Added `save_sheet` command that saves a range into PNG sheets, complete with trim, gap, margin, columns, and sometimes automagically computed rows. See samples/saves.rb.