summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2021-05-20 12:50:43 -0500
committerMark Felder <feld@feld.me>2021-05-20 12:50:43 -0500
commit05d678c070b47848c400103a029f6ed278bce9e6 (patch)
tree457d76ebaaf794ca09e7c25ed0e6d90ca883c910 /CHANGELOG.md
parent8e9f032f25251d910b59c55226d10a305bad3cba (diff)
Expose user email address to user/owner; not publicly.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 898f8adb5..61339a1aa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- The `application` metadata returned with statuses is no longer hardcoded. Apps that want to display these details will now have valid data for new posts after this change.
- HTTPSecurityPlug now sends a response header to opt out of Google's FLoC (Federated Learning of Cohorts) targeted advertising.
+- Email address is now returned if requesting user is the owner of the user account so it can be exposed in client and FE user settings UIs.
### Added