Update changelog with latest @sparr changes

dev
Andy Meneely 2017-10-05 19:58:22 -04:00
parent 8509ab5728
commit eb13450468
1 changed files with 4 additions and 0 deletions

View File

@ -8,10 +8,14 @@ Features:
* `circle` method now supports various `arc` options, so you can draw partial circles (#211) by @sparr * `circle` method now supports various `arc` options, so you can draw partial circles (#211) by @sparr
* `save_sheet` method now supports `rtl` or "right-to-left", for easier duplex printing of backs (#204, #208) by @sparr * `save_sheet` method now supports `rtl` or "right-to-left", for easier duplex printing of backs (#204, #208) by @sparr
* `yaml` method for reading in data, much like `csv` and `xlsx` by @blinks * `yaml` method for reading in data, much like `csv` and `xlsx` by @blinks
* Layouts now support `*=` and `/=` operators in addition to `+=` and `-=` (#200).
Compatibility: Compatibility:
* DPI is correctly respected with font sizes now. To convert to Squib v0.14+, divide your old font sizes by 3. By @felixleong * DPI is correctly respected with font sizes now. To convert to Squib v0.14+, divide your old font sizes by 3. By @felixleong
Bugs:
* fix save_sheet to calculate rows correctly based on range (#207) by @sparr
Chores: Chores:
* Going back to our policy of locking in our dependencies so that we don't have new gems breaking things. * Going back to our policy of locking in our dependencies so that we don't have new gems breaking things.