From 02494fa6b8d7a0cb27c1add560429572e7501bce Mon Sep 17 00:00:00 2001 From: Aaron Francis Date: Sat, 18 Sep 2021 14:59:55 -0500 Subject: [PATCH] Changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4199afd..d760ba2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,11 @@ ## Unreleased -## 0.2.2 - 2021-09-18 +## 0.3.0 - 2021-09-18 + +### Changed +- Set the Torchlight environment to "build" so the build will fail if Torchlight fails. +- Throw an exception if there are Torchlight placeholders left behind in the build directory. ### Fix - Code blocks that were indented instead of fenced did not get replaced. They do now!