summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-11-11 17:19:09 +0100
committerlain <lain@soykaf.club>2020-11-11 17:19:09 +0100
commitb0e4e0cf2a151900d29da56424f596f3defa23e3 (patch)
tree09a6358c8a8941c9c7b5dcb6bbeb1435b324c82e
parent25bd64b03ac78857dc4d560be0c75ea096080c33 (diff)
downloadpleroma-b0e4e0cf2a151900d29da56424f596f3defa23e3.tar.gz
pleroma-b0e4e0cf2a151900d29da56424f596f3defa23e3.zip
Changelog: Add info about title injection
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b15ddb943..b619bd891 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Account backup
- Configuration: Add `:instance, autofollowing_nicknames` setting to provide a way to make accounts automatically follow new users that register on the local Pleroma instance.
- Ability to view remote timelines, with ex. `/api/v1/timelines/public?instance=lain.com` and streams `public:remote` and `public:remote:media`
+- The site title is now injected as a `title` tag like preloads or metadata.
### Changed