From 495b2fd4ae03bede6571874de18b3e2dc9702a6b Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Tue, 10 Oct 2017 16:58:13 -0400 Subject: [PATCH] changelog rewording [skip ci] --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e468c54..e605a12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ Features: * Layouts now support `*=` and `/=` operators in addition to `+=` and `-=` (#200). * `save_pdf` method also supports `rtl` by @vador * New DSL methods `safe_zone` and `cut_zone` will draw a rectangle inset from the margins for quick proof checking -* New "advanced layout" option if you do `squib new --advanced yourgame` (@andymeneely) +* New "advanced" option for creating new projects, if you do `squib new --advanced yourgame` (@andymeneely) Compatibility: * DPI is correctly respected with font sizes now. To convert to Squib v0.14+, divide your old font sizes by 3 (precisely, 300/96=3.125). By @felixleong