aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2021-08-28 03:53:56 +0200
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2021-08-28 05:41:34 +0200
commit1d49a440b2ce9e4911954cf09182aebcd4821601 (patch)
treed2a5c19b498ae1857cd965ed1eed36111d925513 /CHANGELOG.md
parent84ec0fbeaadc8bdbce256212258a932530088346 (diff)
downloadpleroma-features/attachment_direct.tar.gz
CommonAPI: Allow URLs into media_idsfeatures/attachment_direct
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 231cac990..f7c16393f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Unreleased
### Changed
+- MastodonAPI: Allow to pass arbitrary URLs when creating a status
### Added