From 64f64523b602a101730b5ee7d61539f0dfd516de Mon Sep 17 00:00:00 2001 From: Eric Gesemann Date: Wed, 27 Nov 2024 16:56:24 +0100 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c1e9ceb..eab3cc91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## [3.6.0] - 2024-11-27 +- Added: DcaFieldConfiguration can now set the field's eval options +- Added: Unit test coverage + ## [3.5.0] - 2024-11-15 - Added: BackendUiUtil with popupWizardLink method ([#86](https://github.com/heimrichhannot/contao-utils-bundle/pull/86))