From aa1c03aae29b98bf88b5b566dabd4cd8f494adbf Mon Sep 17 00:00:00 2001 From: Florian Schade Date: Tue, 30 Mar 2021 11:44:58 +0200 Subject: [PATCH] fix unreleased changelog for jpeg --- changelog/TEMPLATE | 2 +- changelog/unreleased/fix-jpeg-thumbnails.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog/TEMPLATE b/changelog/TEMPLATE index 15af9725e0..4cb31e865b 100644 --- a/changelog/TEMPLATE +++ b/changelog/TEMPLATE @@ -7,5 +7,5 @@ The text in the paragraphs is written in past tense. The last section is a list of issue URLs, PR URLs and other URLs. The first issue ID (or the first PR ID, in case there aren't any issue links) is used as the primary ID. -https://github.com/owncloud/ocis/issues/1234 https://github.com/owncloud/ocis/pull/55555 +https://github.com/owncloud/ocis/issues/1234 diff --git a/changelog/unreleased/fix-jpeg-thumbnails.md b/changelog/unreleased/fix-jpeg-thumbnails.md index dfc8020708..7043390e2e 100644 --- a/changelog/unreleased/fix-jpeg-thumbnails.md +++ b/changelog/unreleased/fix-jpeg-thumbnails.md @@ -2,5 +2,5 @@ Bugfix: Fix thumbnail generation for jpegs Images with the extension `.jpeg` were not properly supported. -https://github.com/owncloud/ocis/issues/1490 https://github.com/owncloud/ocis/pull/1785 +https://github.com/owncloud/ocis/issues/1490