From 8a1e469bdc8ac9612fefc15eed11f3577a0d6998 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Mon, 5 Jan 2015 21:14:13 -0500 Subject: [PATCH] Added showcase to changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20b53f7..bee0326 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Squib CHANGELOG +* Added `showcase` feature to create a fancy-looking 3D reflection to showcase your cards. Documented, tested, and added a sample for it. + ## 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. * Unit conversion! Now you can write "2in" and it will convert based on the current dpi. `save_pdf` not supported (yet).