Fix towncrier mistake due to file extension change

This commit is contained in:
Benoit Marty 2022-01-27 12:17:25 +01:00
parent eacdf7f55d
commit 1518a08c29
3 changed files with 5 additions and 2 deletions

View file

@ -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)
=======================================

View file

@ -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.

View file

@ -1 +0,0 @@
429 are not automatically retried anymore in case of too long retry delay