From 725761c5de474672fc7ab7c530268695d88fef78 Mon Sep 17 00:00:00 2001 From: Fred Carlsen Date: Fri, 20 Jul 2018 19:22:18 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 794a9be..7ad2074 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## 2.0.1 - 2018-07-02 +## [2.0.2] - 2018-07-20 +### Fixed +- Fixes a bug where the plugin may cause Twig to be loaded before it should be, and another bug where the extension might not be available if the Template Mode ever changes from CP to Site, or vise-versa. + +## [2.0.1] - 2018-07-02 ### Changed - Updated tightenco/collect constraint -## 2.0.0 - 2017-10-31 +## [2.0.0] - 2017-10-31 ### Added - Initial release