summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2019-06-27 16:25:55 -0500
committerMark Felder <feld@FreeBSD.org>2019-06-27 16:25:55 -0500
commite64c758cea858823ff9e04a87defe1d476737236 (patch)
tree20c4ea83e404ffbf43de7e254c022bad36033eff
parentf8ec3e129f8496e6d86e3fe9dc69a1567e1e2768 (diff)
Add changelog entry for syslog tag change
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index be0b74a16..447fa1700 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -68,6 +68,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- MRF: Support for filtering out likely spam messages by rejecting posts from new users that contain links.
- Configuration: `ignore_hosts` option
- Configuration: `ignore_tld` option
+- Configuration: default syslog tag "Pleroma" is now lowercased to "pleroma"
### Changed
- **Breaking:** bind to 127.0.0.1 instead of 0.0.0.0 by default