From bd7a2544e869b95b874749de6a12dc3ba9605679 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 9 May 2022 14:32:51 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f44a38..baef416 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,13 @@ * CrudConfiguration::setAction can receive a callable instead of a boolean in 'enabled' param * add grapesjs-component-code-editor and grapesjs-parser-postcss * hide the backoffice site name when small resolution +* add entity_to_array twig function ### Fixed * fix the mail notifier * fix sitemap: navigation with several domains * fix regression with editorjs: content not loaded +### Changed +* change default template to show an entity using `entity_to_array` ## [1.14.1] - 2022-04-30 ### Added