Skip to content

Commit

Permalink
Updated the Changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
SHugBot committed Dec 13, 2024
1 parent fe0d309 commit ef14679
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 17 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## Unreleased

### 2024-12-13

#### Features

- Added new profile fields to the users' table, including email, gender and the reason for using the platform. The email is fetched directly from Firebase and allows us to contact users via email with important notifications. ([#704](https://github.com/sendahug/send-hug-backend/pull/704))
- Added a new preferences table to contain user preferences, as well as a set of email-related preferences, to allow users to manage their email preferences. ([#704](https://github.com/sendahug/send-hug-backend/pull/704))

#### Changes

- Private profile fields (such as gender and email) and user preferences (such as whether push notifications are enabled or the refresh rate for notifications) are now only accessible to the logged in user. When viewing other users' data, those fields are no longer returned by the API in order to preserve users' privacy. ([#704](https://github.com/sendahug/send-hug-backend/pull/704))

### 2024-12-06

#### Chores
Expand Down
17 changes: 0 additions & 17 deletions changelog/pr704.json

This file was deleted.

0 comments on commit ef14679

Please sign in to comment.