From 99c6a293e8b97375581db9608516eca99352be43 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Wed, 13 Oct 2021 00:29:26 -0400 Subject: [PATCH] document placeholder feature --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb9ca21..8bd6de1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Squib CHANGELOG Squib follows [semantic versioning](http://semver.org). +## v0.18.0 / Unreleased + +Features: +* 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 + +Compatibility: +* Because of `, the new default behavior is to warn instead of errors on a missing file + ## v0.17.1 / 2021-09-07 Bugs: