From 3886cf341f92d7bc1d9e404b067e99df933897bf Mon Sep 17 00:00:00 2001 From: Saleem Hadad Date: Tue, 8 Sep 2020 23:06:48 +0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 258e644e..89a965d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to `larecipe` will be documented in this file --- + + +# [2.4.0](https://github.com/saleem-hadad/larecipe/releases/tag/v2.4.0) (2020-09-08) + +### Enhancement & Fixes + +- Add support for Laravel 8 - ([#235](https://github.com/saleem-hadad/larecipe/pull/235)) +- Permit show blade directives - ([#234](https://github.com/saleem-hadad/larecipe/pull/234)) +- Exclude code blocks from Blade compilation - ([#206](https://github.com/saleem-hadad/larecipe/pull/206)) + # [2.3.0](https://github.com/saleem-hadad/larecipe/releases/tag/v2.3.0) (2020-03-09)