From 3313f0ef6d33c43951acb8fd34de9a415929579a Mon Sep 17 00:00:00 2001 From: Nicholas Cristofaro Date: Wed, 24 Jan 2024 09:49:33 -0300 Subject: [PATCH] dev: Update CHANGELOG with read-only ConctactInfo message --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82934727f75..5fde51c62c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,9 @@ For details about compatibility between different releases, see the **Commitment - User's primary email address validation is now decoupled from deprecated `ContactInfo` field. - This requires a database schema migration (`ttn-lw-stack is-db migrate`) because of the new `email_validations` table. +- Entities' `ContactInfo` field now returns information regarding the administrative and technical contacts instead of the deprecated `ContactInfo` information. + - This requires a database schema migration (`ttn-lw-stack is-db migrate`) due to the removal of old information in the `contact_infos` table. + - The emails of the administrative and technical contacts are only returned in the `ContcatInfo` field if the caller has the appropriate rights. ### Deprecated