From 58d50f58b12fbc11caa8f403d62e2f2d36b25dc7 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 5 May 2021 15:22:14 -0500 Subject: [PATCH] CHANGELOG_soapbox: add links to MRs --- CHANGELOG_soapbox.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG_soapbox.md b/CHANGELOG_soapbox.md index d5b8c0d532..2bc3131e2e 100644 --- a/CHANGELOG_soapbox.md +++ b/CHANGELOG_soapbox.md @@ -11,15 +11,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). Based on Pleroma 2.3.0-stable. ### Added -- Rich media embeds for sites like YouTube, etc. -- Twitter-like block behavior, configured under "ActivityPub > Blockers visible" in AdminFE. -- The Soapbox version in `/api/v1/instance` +- Rich media embeds for sites like YouTube, etc. ([!13](https://gitlab.com/soapbox-pub/soapbox/-/merge_requests/13)) +- Twitter-like block behavior, configured under "ActivityPub > Blockers visible" in AdminFE. ([!9](https://gitlab.com/soapbox-pub/soapbox/-/merge_requests/9)) +- The Soapbox version in `/api/v1/instance` ([!6](https://gitlab.com/soapbox-pub/soapbox/-/merge_requests/6)) ### Changed -- Twitter-like block behavior is now the default. +- Twitter-like block behavior is now the default. ([!9](https://gitlab.com/soapbox-pub/soapbox/-/merge_requests/9)) ### Fixed -- Domain blocks: reposts from a blocked domain are now correctly blocked. -- Fixed some (not all) Markdown issues, such as broken trailing slash in links. -- Don't crash so hard when email settings are invalid. -- Return OpenGraph metadata on Soapbox FE routes. +- Domain blocks: reposts from a blocked domain are now correctly blocked. ([!11](https://gitlab.com/soapbox-pub/soapbox/-/merge_requests/11)) +- Fixed some (not all) Markdown issues, such as broken trailing slash in links. ([!10](https://gitlab.com/soapbox-pub/soapbox/-/merge_requests/10)) +- Don't crash so hard when email settings are invalid. ([!12](https://gitlab.com/soapbox-pub/soapbox/-/merge_requests/12)) +- Return OpenGraph metadata on Soapbox FE routes. ([!14](https://gitlab.com/soapbox-pub/soapbox/-/merge_requests/14))