From c42fbef8fa9d7ede0e69a24d7ca5296a600d12ab Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Tue, 28 Apr 2015 23:37:49 -0400 Subject: [PATCH] Documented stroke_width and stroke_color Contributes to #51 [skip ci] --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3108aa4..c311774 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ Squib follows [semantic versioning](http://semver.org). Features: * Upgraded roo (Excel parsing) to 2.0.0. Nothing major for Squib users, just keeping up with the times. +* Added `stroke_width` and `stroke_color` to the `text` method to outlines text. (#51) Bugs: * Fixed global text hinting (#63)