summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorfeld <feld@feld.me>2020-03-11 16:53:05 +0000
committerfeld <feld@feld.me>2020-03-11 16:53:05 +0000
commit2019f3b3ff365b61c14f01c736a6dcb68cb36624 (patch)
tree0e496ea14e484f2a5a442a43b42df1dfff2cf15e /CHANGELOG.md
parent7cdabdc0dff3bae1c7209f50c609ebf154d25ea7 (diff)
parent4f3313bf80ad126e1f5bc95282793d6e101318d8 (diff)
downloadpleroma-2019f3b3ff365b61c14f01c736a6dcb68cb36624.tar.gz
pleroma-2019f3b3ff365b61c14f01c736a6dcb68cb36624.zip
Merge branch 'fix/signup-without-email' into 'develop'
Allow account registration without an email See merge request pleroma/pleroma!2246
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 59f7dfcdd..100228c6c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -38,6 +38,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Rate limiter is now disabled for localhost/socket (unless remoteip plug is enabled)
- Logger: default log level changed from `warn` to `info`.
- Config mix task `migrate_to_db` truncates `config` table before migrating the config file.
+- Allow account registration without an email
- Default to `prepare: :unnamed` in the database configuration.
- Instance stats are now loaded on startup instead of being empty until next hourly job.
<details>