From 265cb16cae367f9399523af701ba5636590d4c0c Mon Sep 17 00:00:00 2001 From: Alex Vanderbist Date: Mon, 22 Oct 2018 10:34:41 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1dea6a..6c698b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,13 @@ All notable changes to `laravel-blade-x` will be documented in this file -## 2.0.2 - 2018-10-22 +## 2.0.3 - 2018-10-22 -- fix compiling empty attributes +- fix compiling empty tag attributes + +## 2.0.2 - 2018-10-08 + +- fix edge-case for self-closing tags with newlines ## 2.0.1 - 2018-10-08