diff --git a/doc/release-notes/5.14-release-notes.md b/doc/release-notes/5.14-release-notes.md index 03337ccd326..312ad0434c0 100644 --- a/doc/release-notes/5.14-release-notes.md +++ b/doc/release-notes/5.14-release-notes.md @@ -261,11 +261,6 @@ dataverse.spi.export.directory - specifies a directory, readable by the Datavers Email sent from the contact forms to the contact(s) for a collection, dataset, or datafile can now optionally be cc'd to a support email address. The support email address can be changed from the default :SystemEmail address to a separate :SupportEmail address. When multiple contacts are listed, the system will now send one email to all contacts (with the optional cc if configured) instead of separate emails to each contact. Contact names with a comma that refer to Organizations will no longer have the name parts reversed in the email greeting. A new protected feedback API has been added. (PR #9186) -#### Backward Incompatibilities - -**TODO: double-check if this is really a "backward incompatibility"; if it is, add to that section** -When there are multiple contacts, the system will now send one email with all of the contacts in the To: header instead of sending one email to each contact (with no indication that others have been notified). - #### New JVM/MicroProfile Settings dataverse.mail.support-email - allows a separate email, distinct from the :SystemEmail to be used as the to address in emails from the contact form/ feedback api.