From 7a98bb5a06ef2bec13fb6b661c57a447803773af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 5 Dec 2024 15:43:25 +0100 Subject: [PATCH] release v3.4.3 --- .changes/v3.4.3.md | 4 ++++ CHANGELOG.md | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changes/v3.4.3.md diff --git a/.changes/v3.4.3.md b/.changes/v3.4.3.md new file mode 100644 index 000000000..00acd4577 --- /dev/null +++ b/.changes/v3.4.3.md @@ -0,0 +1,4 @@ +## v3.4.3 - 2024-12-05 +### Fixed +* Remove the "not null" constraint on person supplementary phones +* Remove doctrine annotation that prevent from adding documents to activities diff --git a/CHANGELOG.md b/CHANGELOG.md index 90d972a9a..a6c9643e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,8 @@ and is generated by [Changie](https://github.com/miniscruff/changie). ## v3.4.3 - 2024-12-05 ### Fixed -* Remove the "not null" constraint on person supplementary phones +* Remove the "not null" constraint on person supplementary phones +* Remove doctrine annotation that prevent from adding documents to activities ## v3.4.2 - 2024-12-05 ### Fixed