about summary refs log tree commit diff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-06-22 18:13:52 +0200
committerGitHub <noreply@github.com>2019-06-22 18:13:52 +0200
commit66ac1bd063882f5a2f828c1c702089e37f36f217 (patch)
tree680849c5763e4df4e5a8d98255b58bde84e36eba /CHANGELOG.md
parentb5c772c3d42610894bd274de633acad492b53cdb (diff)
Fix unconverted PRs in the changelog (#11155)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5ea7e417b..539fec531 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,16 +6,16 @@ All notable changes to this project will be documented in this file.
 ## [2.9.2] - 2019-06-22
 ### Added
 
-- Add `short_description` and `approval_required` to `GET /api/v1/instance` (#11146)
+- Add `short_description` and `approval_required` to `GET /api/v1/instance` ([Gargron](https://github.com/tootsuite/mastodon/pull/11146))
 
 ### Changed
 
-- Change camera icon to paperclip icon in upload form (#11149)
+- Change camera icon to paperclip icon in upload form ([koyuawsmbrtn](https://github.com/tootsuite/mastodon/pull/11149))
 
 ### Fixed
 
-- Fix audio-only OGG and WebM files not being processed as such (#11151)
-- Fix audio not being downloaded from remote servers (#11145)
+- Fix audio-only OGG and WebM files not being processed as such ([Gargron](https://github.com/tootsuite/mastodon/pull/11151))
+- Fix audio not being downloaded from remote servers ([Gargron](https://github.com/tootsuite/mastodon/pull/11145))
 
 ## [2.9.1] - 2019-06-22
 ### Added