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