From b1ad59b56f6c90c223fc69927166cffb0e1cdfb7 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Fri, 22 May 2015 02:58:29 -0400 Subject: [PATCH] Document star in changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b788eab..cc6bb66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ Features: * Added `stroke_width` and `stroke_color` to the `text` method to outlines text. (#51) * Added `hand` method that draws cards around a circle. See hand.rb samples (#64) * Added an `ellipse` method to (you guessed it) draw ellipses. See the draw_shapes.rb sample (#66) +* Added a `star` method to (you guessed it) draw stars. See the draw_shapes.rb sample (#72) * Upgraded roo (Excel parsing) to 2.0.0. Nothing major for Squib users, just keeping up with the times. Bugs: