Document star in changelog

dev
Andy Meneely 2015-05-22 02:58:29 -04:00
parent 0853b6a708
commit b1ad59b56f
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ Features:
* Added `stroke_width` and `stroke_color` to the `text` method to outlines text. (#51) * 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 `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 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. * Upgraded roo (Excel parsing) to 2.0.0. Nothing major for Squib users, just keeping up with the times.
Bugs: Bugs: