Browse Source

Document star in changelog

dev
Andy Meneely 11 years ago
parent
commit
b1ad59b56f
  1. 1
      CHANGELOG.md

1
CHANGELOG.md

@ -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:

Loading…
Cancel
Save