From 520f27be652683af8973252eb73fd8f3731536c0 Mon Sep 17 00:00:00 2001 From: David Jennes Date: Wed, 27 May 2020 01:02:56 +0200 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 752d7c9..a879fc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,9 @@ ### Breaking -_None_ +- Drop support for Swift < 4.2. For Swift 4 support, you should use Stencil 0.13.1. + [David Jennes](https://github.com/djbe) + [#294](https://github.com/stencilproject/Stencil/pull/294) ### Enhancements @@ -22,7 +24,6 @@ _None_ - Fixed using parenthesis in boolean expressions, they now can be used without spaces around them. [Ilya Puchka](https://github.com/ilyapuchka) [#254](https://github.com/stencilproject/Stencil/pull/254) - - Throw syntax error on empty variable tags (`{{ }}`) instead `fatalError`. [Ilya Puchka](https://github.com/ilyapuchka) [#263](https://github.com/stencilproject/Stencil/pull/263)