CHANGELOG.md in squib-0.17.2 vs CHANGELOG.md in squib-0.18.0

- old
+ new

@@ -1,11 +1,26 @@ # Squib CHANGELOG Squib follows [semantic versioning](http://semver.org). +## v0.18.0 / Unreleased + +Features: +* Placeholders! Missing images to `svg` and `png` can be replaced by a `placeholder` (#339) +* New config option: `img_missing`. When an image is missing, warn or error to the console (#339) +* `save_sheet` learned how to `rotate` individual images! (#301) + +Compatibility: +* Because of the features above, the new default behavior is to warn instead of errors on a missing file +* Ruby 2.7 is officially our minimum Ruby, since Ruby 2.6 will EOL in about six months from now + ## v0.17.1 / 2021-09-07 Bugs: * Fix frozen string error on `Squib.xlsx` import when stripping newlines is enabled +* `save_sheet` works with `rtl` and `trim` altogether properly now. + +Chores: +* Added autoloading for various slow-loading libraries, speeding up initial `require` ## v0.17.1 / 2021-08-11 Bugs: * Sprues now allow negative coordinates (#336)