From 07cc4670303ea7862b92252d048220258e2f00f6 Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Thu, 10 Aug 2023 12:40:28 +0300 Subject: [PATCH] Add missing changelogs --- changelog.d/1461.feature | 1 + changelog.d/1463.bugfix | 1 + changelog.d/pr-1462.feature | 1 + 3 files changed, 3 insertions(+) create mode 100644 changelog.d/1461.feature create mode 100644 changelog.d/1463.bugfix create mode 100644 changelog.d/pr-1462.feature diff --git a/changelog.d/1461.feature b/changelog.d/1461.feature new file mode 100644 index 000000000..b2f2b2266 --- /dev/null +++ b/changelog.d/1461.feature @@ -0,0 +1 @@ +Re-enabled the room list cache and offline mode support \ No newline at end of file diff --git a/changelog.d/1463.bugfix b/changelog.d/1463.bugfix new file mode 100644 index 000000000..cd8bb1e7f --- /dev/null +++ b/changelog.d/1463.bugfix @@ -0,0 +1 @@ +Preserve new lines within the same paragraph when parsing html strings \ No newline at end of file diff --git a/changelog.d/pr-1462.feature b/changelog.d/pr-1462.feature new file mode 100644 index 000000000..0e9c7ddac --- /dev/null +++ b/changelog.d/pr-1462.feature @@ -0,0 +1 @@ +Re-enabled background app refreshes \ No newline at end of file