From fde03bc0a174af93efe78101cd1a28612ef23586 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Wed, 31 Dec 2014 10:39:40 -0500 Subject: [PATCH] Fixing CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ad10ad..20b53f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Squib CHANGELOG -## v0.1.0.txt +## 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). * `png` now supports resizing, but warns you about it since it's non-ideal. Documented in yard, tested.