From 68cd303a59332a19f25ff96adbc312e944de6a0d Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Tue, 18 Jan 2022 14:11:01 +0100 Subject: [PATCH] towncrier --- CHANGES.md | 11 +++++++++++ changelog.d/4796.bugfix | 1 - changelog.d/4959.bugfix | 1 - changelog.d/4962.bugfix | 1 - changelog.d/4969.bugfix | 1 - 5 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 changelog.d/4796.bugfix delete mode 100644 changelog.d/4959.bugfix delete mode 100644 changelog.d/4962.bugfix delete mode 100644 changelog.d/4969.bugfix diff --git a/CHANGES.md b/CHANGES.md index e93d1bb089..cf885d5cd5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,14 @@ +Changes in Element v1.3.15 (2022-01-18) +======================================= + +Bugfixes 🐛 +---------- + - Fix crash when viewing source which contains an emoji ([#4796](https://github.com/vector-im/element-android/issues/4796)) + - Prevent crash in Timeline and add more logs. ([#4959](https://github.com/vector-im/element-android/issues/4959)) + - Fix crash on API <24 and make sure this error will not occur again. ([#4962](https://github.com/vector-im/element-android/issues/4962)) + - Fixes sign in/up crash when selecting ems and other server types which use SSO ([#4969](https://github.com/vector-im/element-android/issues/4969)) + + Changes in Element v1.3.14 (2022-01-12) ======================================= diff --git a/changelog.d/4796.bugfix b/changelog.d/4796.bugfix deleted file mode 100644 index df5b5a4eba..0000000000 --- a/changelog.d/4796.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix crash when viewing source which contains an emoji \ No newline at end of file diff --git a/changelog.d/4959.bugfix b/changelog.d/4959.bugfix deleted file mode 100644 index 6ffa3937f9..0000000000 --- a/changelog.d/4959.bugfix +++ /dev/null @@ -1 +0,0 @@ -Prevent crash in Timeline and add more logs. \ No newline at end of file diff --git a/changelog.d/4962.bugfix b/changelog.d/4962.bugfix deleted file mode 100644 index 489f91cfc3..0000000000 --- a/changelog.d/4962.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix crash on API <24 and make sure this error will not occur again. \ No newline at end of file diff --git a/changelog.d/4969.bugfix b/changelog.d/4969.bugfix deleted file mode 100644 index 6edfd498bf..0000000000 --- a/changelog.d/4969.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixes sign in/up crash when selecting ems and other server types which use SSO \ No newline at end of file