Skip to content

Commit

Permalink
dev: Update CHANGELOG with read-only ConctactInfo message
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspcr committed Jan 24, 2024
1 parent de92c58 commit 3313f0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3313f0e

Please sign in to comment.