From cbebcd0ec4c9c55fdf0787d922ec21bcd2e43af2 Mon Sep 17 00:00:00 2001 From: Adam Rusinowski Date: Mon, 6 Jan 2025 17:00:19 +0100 Subject: [PATCH] updated CHANGELOG.md --- CHANGELOG.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c68bc2a..afe9c10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ Changelog ========= +* 3.2.0 + * fixed enum validation + * fixed property conflict in lookup strategy + * fixed migration + +* 3.1.1 + * fixed: Field with null values no longer work even set opion allowEmpty as true * 3.1.0 * fixed issue with $constant beeing of type /Cake/ORM/Entity @@ -8,8 +15,15 @@ Changelog * 3.0.0 * CakePHP 5.x support -* 2.0.0 - * CakePHP 4.x support +* 2.2.1 + * Fix plugin name +* 2.2.0 + * Backport #57 fix to 2.next branch (cake4) by @jay-eventrac in #58 +* 2.0.3 + * Fix ConstStrategy for associations queries without record +* 2.0.1 + * Constant Strategy Improvements +* 2.0.0 CakePHP 4.x support * 1.2.0 * Documentation improved