From 524c0acce6b5cf4ce883e74cb4fa36a6910e66ac Mon Sep 17 00:00:00 2001 From: David Jennes Date: Wed, 26 Sep 2018 03:10:53 +0200 Subject: [PATCH] Changelog entry --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff5407f..2fe081b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Stencil Changelog +## Master + +### Bug Fixes + +- Fixed a bug in Stencil 0.13 where tags without spaces were incorrectly parsed. + [David Jennes](https://github.com/djbe) + [#252](https://github.com/stencilproject/Stencil/pull/252) + + ## 0.13.0 ### Breaking