diff --git a/CHANGELOG.md b/CHANGELOG.md index d0a4527f..6e56ac0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,9 @@ ### Breaking -_None_ +- Drop support for Swift < 5. For Swift 4.2 support, you should use Stencil 0.14.2. + [David Jennes](https://github.com/djbe) + [#323](https://github.com/stencilproject/Stencil/pull/323) ### Enhancements diff --git a/README.md b/README.md index 69796ffe..bf4158be 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Stencil -[![Build Status](https://travis-ci.org/stencilproject/Stencil.svg?branch=master)](https://travis-ci.org/stencilproject/Stencil) - Stencil is a simple and powerful template language for Swift. It provides a syntax similar to Django and Mustache. If you're familiar with these, you will feel right at home with Stencil.