From 7fa7d10b01f9582b17de143d7201a35b0ff9a7cc Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 5 May 2022 14:40:58 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 025f56d..7188a66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ ## [Unreleased] ### Added -* CrudConfiguration::setAction can receive a callable instead of a boolean in 'enabled' param ### Fixed ### Changed +## [1.15.0] - 2022-05-05 +### Added +* CrudConfiguration::setAction can receive a callable instead of a boolean in 'enabled' param +* add grapesjs-component-code-editor and grapesjs-parser-postcss + ## [1.14.1] - 2022-04-30 ### Added * add allowed chars in RouteParameterSlugify and CodeSlugify