diff --git a/CHANGELOG.md b/CHANGELOG.md
index f06601b..ecb3b4c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -31,6 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
bloat the default template engine interface (#207, #216).
- Pull “x-template.js” into a separate file. Conceptually it solves a totally
different problem than “x-element” (#226).
+- Throw immediately with parsing errors in default template engine. This is done
+ as an improvement to developer feedback (#233).
### Deprecated
diff --git a/test/test-template-engine.js b/test/test-template-engine.js
index 88556ee..a4bd914 100644
--- a/test/test-template-engine.js
+++ b/test/test-template-engine.js
@@ -979,7 +979,7 @@ describe('changing content values', () => {
describe('svg rendering', () => {
it('renders a basic string', () => {
const getTemplate = ({ r, cx, cy }) => {
- return svg`