From 6e367713492e218da7c16b22694af6d2d07f2bf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 2 Sep 2025 17:52:20 +0200 Subject: [PATCH] fix changelog --- .changes/v4.2.0.md | 9 +++++---- CHANGELOG.md | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.changes/v4.2.0.md b/.changes/v4.2.0.md index 37bf1ae13..6e2835ada 100644 --- a/.changes/v4.2.0.md +++ b/.changes/v4.2.0.md @@ -1,9 +1,10 @@ ## v4.2.0 - 2025-09-02 ### Feature -* ([#64](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/64)) Add external identifier for a Person +* ([#64](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/64)) Add external identifier for a Person **Schema Change**: Add columns or tables +* ([#330](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/330) Allow users to choose for which notifications they want to receive an email ### Fixed -* ([#422](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/422)) Fixed html layout of pages for recovering password -* Fix typo in 'uncheckAll' script for centers selection -* Fix incorrect parameter name in event details link +* ([#422](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/422)) Fixed html layout of pages for recovering password +* Fix typo in 'uncheckAll' script for centers selection +* Fix incorrect parameter name in event details link diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aaaa9f0d..8da95d73c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,13 +8,14 @@ and is generated by [Changie](https://github.com/miniscruff/changie). ## v4.2.0 - 2025-09-02 ### Feature -* ([#64](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/64)) Add external identifier for a Person +* ([#64](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/64)) Add external identifier for a Person **Schema Change**: Add columns or tables +* ([#330](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/330) Allow users to choose for which notifications they want to receive an email ### Fixed -* ([#422](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/422)) Fixed html layout of pages for recovering password -* Fix typo in 'uncheckAll' script for centers selection -* Fix incorrect parameter name in event details link +* ([#422](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/422)) Fixed html layout of pages for recovering password +* Fix typo in 'uncheckAll' script for centers selection +* Fix incorrect parameter name in event details link ## v4.1.0 - 2025-08-26 ### Feature