From c2bcee306d9754bbf6a1a40b34d90a2230614070 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 1 Oct 2023 14:55:54 +0200 Subject: [PATCH] update changelog --- docs/changelog/core.md | 13 ++++++++++++- docs/changelog/skeleton.md | 16 +++++++++++++++- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/docs/changelog/core.md b/docs/changelog/core.md index 29a8233..9ec0640 100644 --- a/docs/changelog/core.md +++ b/docs/changelog/core.md @@ -5,7 +5,18 @@ hide: # Changelog -???+ success "[1.21.1] - 2023-08-17" +???+ success "[v1.22.0] 2023-09-28" + + **Added** + + * add new options in BooleanField: `toggle|checkbox_class_when_true` and `toggle|checkbox_class_when_false` + * add `count` method in repository query + * add `addForcedFilterHandler` method in repository query + * add `inline_form_validation` option to validate inline forms with custom algo + * add crud sorting parameters in the session + * add flush option in the entity manager on create, update, remove, and persist methods + +??? abstract "[1.21.1] - 2023-08-17" **Added** diff --git a/docs/changelog/skeleton.md b/docs/changelog/skeleton.md index 4015a2e..eb33dea 100644 --- a/docs/changelog/skeleton.md +++ b/docs/changelog/skeleton.md @@ -5,7 +5,21 @@ hide: # Changelog -???+ success "[1.21.0] 2023-08-11" +???+ success "[v1.22.0] 2023-09-28" + + **Added** + + * update woodpecker ci base file + + **Fixed** + + * fix #1: add UniqueEntity constraint in the User entity + + **Changed** + + * upgrade murph/murph-core + +??? abstract "[1.21.0] 2023-08-11" **Changed**