CHANGELOG.md in squib-0.16.0 vs CHANGELOG.md in squib-0.17.0

- old
+ new

@@ -1,7 +1,19 @@ # Squib CHANGELOG Squib follows [semantic versioning](http://semver.org). +## v0.17.0 / 2021-07-23 +Features: +* Drop shadows! The `save_png` method now supports a bunch of `shadow_` arguments that will add a drop shadow just before rendering. This is intended for using in rulebooks or marketing. Try it out by adding `shadow_radius: 8` to your save_png (#306, #264) +* Added debug methods for checking font access. `Squib.system_fonts` and `Squib.print_system_fonts` (#334) + +Bugs: +* The `rows` argument is always respected in `save_sheet` (#332). + +Chores: +* Bump cairo to ~1.17 +* Bump classy_hash to 1.0 + ## v0.16.0 / 2020-11-24 Features: * Special custom unit: cells. A "cell" defaults to 37.5px, or 1/8in, e.g. `x: '1 cell'` means `x: 37.5`. See the docs for details. * Shorthands for `x`, `y`, `width`, and `height`! The words `x: 'middle'` and `x: 'middle + 1in'` will get interpreted. See the docs for details.