diff --git a/.changes/unreleased/Feature-20250108-161841.yaml b/.changes/unreleased/Feature-20250108-161841.yaml deleted file mode 100644 index 9074782dc..000000000 --- a/.changes/unreleased/Feature-20250108-161841.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Feature -body: Improve the UX of the news item admin form to prevent wrong usage -time: 2025-01-08T16:18:41.769719298+01:00 -custom: - Issue: "" diff --git a/.changes/unreleased/Feature-20250123-122736.yaml b/.changes/unreleased/Feature-20250123-122736.yaml deleted file mode 100644 index 8707f1a8d..000000000 --- a/.changes/unreleased/Feature-20250123-122736.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Feature -body: 'Notification list: display the concerned person''s badges in the list' -time: 2025-01-23T12:27:36.851039416+01:00 -custom: - Issue: "319" - SchemaChange: No schema change diff --git a/.changes/unreleased/Feature-20250123-211322.yaml b/.changes/unreleased/Feature-20250123-211322.yaml deleted file mode 100644 index 45793623f..000000000 --- a/.changes/unreleased/Feature-20250123-211322.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Feature -body: Show the first 3 persons directly in the accompanying period's banner -time: 2025-01-23T21:13:22.926870961+01:00 -custom: - Issue: "320" - SchemaChange: No schema change diff --git a/.changes/unreleased/Feature-20250130-115958.yaml b/.changes/unreleased/Feature-20250130-115958.yaml deleted file mode 100644 index ed5e05b35..000000000 --- a/.changes/unreleased/Feature-20250130-115958.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Feature -body: Suggest current user when creating an activity -time: 2025-01-30T11:59:58.608842881+01:00 -custom: - Issue: "334" - SchemaChange: No schema change diff --git a/.changes/unreleased/Fixed-20250128-130242.yaml b/.changes/unreleased/Fixed-20250128-130242.yaml deleted file mode 100644 index bd03e44b4..000000000 --- a/.changes/unreleased/Fixed-20250128-130242.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixed -body: Add validation error to manual selection of person in PersonDuplicateController -time: 2025-01-28T13:02:42.369442185+01:00 -custom: - Issue: "350" - SchemaChange: No schema change diff --git a/.changes/unreleased/Fixed-20250203-112259.yaml b/.changes/unreleased/Fixed-20250203-112259.yaml deleted file mode 100644 index ca70043a7..000000000 --- a/.changes/unreleased/Fixed-20250203-112259.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixed -body: Fix document category creation -time: 2025-02-03T11:22:59.977168975+01:00 -custom: - Issue: "354" - SchemaChange: No schema change diff --git a/.changes/unreleased/Fixed-20250203-123428.yaml b/.changes/unreleased/Fixed-20250203-123428.yaml deleted file mode 100644 index 6a7b1d161..000000000 --- a/.changes/unreleased/Fixed-20250203-123428.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixed -body: Add definitive whitespace between span elements in vue PersonText component -time: 2025-02-03T12:34:28.925596132+01:00 -custom: - Issue: "351" - SchemaChange: No schema change diff --git a/.changes/v3.8.0.md b/.changes/v3.8.0.md new file mode 100644 index 000000000..8ba016e9c --- /dev/null +++ b/.changes/v3.8.0.md @@ -0,0 +1,10 @@ +## v3.8.0 - 2025-02-03 +### Feature +* Improve the UX of the news item admin form to prevent wrong usage +* ([#319](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/319)) Notification list: display the concerned person's badges in the list +* ([#320](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/320)) Show the first 3 persons directly in the accompanying period's banner +* ([#334](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/334)) Suggest current user when creating an activity +### Fixed +* ([#350](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/350)) Add validation error to manual selection of person in PersonDuplicateController +* ([#354](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/354)) Fix document category creation +* ([#351](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/351)) Add definitive whitespace between span elements in vue PersonText component diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bfbc4757..30d15aea8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v3.8.0 - 2025-02-03 +### Feature +* Improve the UX of the news item admin form to prevent wrong usage +* ([#319](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/319)) Notification list: display the concerned person's badges in the list +* ([#320](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/320)) Show the first 3 persons directly in the accompanying period's banner +* ([#334](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/334)) Suggest current user when creating an activity +### Fixed +* ([#350](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/350)) Add validation error to manual selection of person in PersonDuplicateController +* ([#354](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/354)) Fix document category creation +* ([#351](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/351)) Add definitive whitespace between span elements in vue PersonText component + ## v3.7.1 - 2025-01-21 ### Fixed * Fix legacy configuration processor for notifier component