diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-10-28 08:48:26 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-10-28 08:48:26 -0500 |
commit | d2b140a525b6ba04542f13678a2243147010f713 (patch) | |
tree | 3849f7dbb2a5906ebe1d25f7af9b2d79cbe7e5a1 /CHANGELOG.md | |
parent | d28f72a55af9442719ff01fe7052802c285f6ea8 (diff) | |
parent | 1204aaa2e35983f7361d61ee7906ccf3d09d84e4 (diff) | |
download | pleroma-d2b140a525b6ba04542f13678a2243147010f713.tar.gz pleroma-d2b140a525b6ba04542f13678a2243147010f713.zip |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into issue/2261
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ac91d4d9e..9af4a15cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Pleroma API: Importing the mutes users from CSV files. - Experimental websocket-based federation between Pleroma instances. - App metrics: ability to restrict access to specified IP whitelist. +- Configuration: Add `:instance, autofollowing_nicknames` setting to provide a way to make accounts automatically follow new users that register on the local Pleroma instance. ### Changed @@ -49,7 +50,8 @@ switched to a new configuration mechanism, however it was not officially removed - Add documented-but-missing chat pagination. - Allow sending out emails again. -- Allow sending chat messages to yourself +- Allow sending chat messages to yourself. +- Fix remote users with a whitespace name. ## Unreleased (Patch) |