diff options
author | Alex Gleason <alex@alexgleason.me> | 2022-01-22 13:21:55 -0600 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2022-01-22 13:21:55 -0600 |
commit | 66e8c6f90fa0ca9ab01cc58c865344694548e4d6 (patch) | |
tree | e30566792cb1471afe5676c50d351b5f1d44a22c /CHANGELOG.md | |
parent | 74cf0f0355fbfd21859e0ed374c263762279d89e (diff) | |
download | pleroma-66e8c6f90fa0ca9ab01cc58c865344694548e4d6.tar.gz pleroma-66e8c6f90fa0ca9ab01cc58c865344694548e4d6.zip |
Birthdays: birth_date --> birthday
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ddfa36d5..99941b9ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,8 +25,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Ability to log slow Ecto queries by configuring `:pleroma, :telemetry, :slow_queries_logging` - Added Phoenix LiveDashboard at `/phoenix/live_dashboard` - Added `/manifest.json` for progressive web apps. -- MastoAPI: Support for `birth_date` and `show_birth_date` field in `/api/v1/accounts/update_credentials`. -- Configuration: Add `birth_date_required` and `birth_date_min_age` settings to provide a way to require users to enter their birth date. +- MastoAPI: Support for `birthday` and `show_birthday` field in `/api/v1/accounts/update_credentials`. +- Configuration: Add `birthday_required` and `birthday_min_age` settings to provide a way to require users to enter their birth date. - PleromaAPI: Add `GET /api/v1/pleroma/birthday_reminders` API endpoint ### Fixed |