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: