From 1518a08c29423e55c6c0d0b72ed85750c43277b2 Mon Sep 17 00:00:00 2001
From: Benoit Marty <benoit@matrix.org>
Date: Thu, 27 Jan 2022 12:17:25 +0100
Subject: [PATCH] Fix towncrier mistake due to file extension change

---
 CHANGES.md               | 5 +++++
 changelog.d/4895.removal | 1 -
 changelog.d/4995.removal | 1 -
 3 files changed, 5 insertions(+), 2 deletions(-)
 delete mode 100644 changelog.d/4895.removal
 delete mode 100644 changelog.d/4995.removal

diff --git a/CHANGES.md b/CHANGES.md
index 37779cca96..4d2394db1f 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -47,6 +47,11 @@ Other changes
  - Exclude dependabot upgrade for @github-script@v3 ([#4988](https://github.com/vector-im/element-android/issues/4988))
  - Small iteration on command parser and unit test it. ([#4998](https://github.com/vector-im/element-android/issues/4998))
 
+SDK API changes ⚠️
+------------------
+ - `StateService.sendStateEvent()` now takes a non-nullable String for the parameter `stateKey`. If null was used, just now use an empty string. ([#4895](https://github.com/vector-im/element-android/issues/4895))
+ - 429 are not automatically retried anymore in case of too long retry delay ([#4995](https://github.com/vector-im/element-android/issues/4995))
+
 
 Changes in Element v1.3.15 (2022-01-18)
 =======================================
diff --git a/changelog.d/4895.removal b/changelog.d/4895.removal
deleted file mode 100644
index 8b3e3adba4..0000000000
--- a/changelog.d/4895.removal
+++ /dev/null
@@ -1 +0,0 @@
-`StateService.sendStateEvent()` now takes a non-nullable String for the parameter `stateKey`. If null was used, just now use an empty string.
\ No newline at end of file
diff --git a/changelog.d/4995.removal b/changelog.d/4995.removal
deleted file mode 100644
index 9eacff87cd..0000000000
--- a/changelog.d/4995.removal
+++ /dev/null
@@ -1 +0,0 @@
-429 are not automatically retried anymore in case of too long retry delay
\ No newline at end of file