mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-29 09:19:01 +03:00
Fix towncrier mistake due to file extension change
This commit is contained in:
parent
eacdf7f55d
commit
1518a08c29
3 changed files with 5 additions and 2 deletions
|
@ -47,6 +47,11 @@ Other changes
|
||||||
- Exclude dependabot upgrade for @github-script@v3 ([#4988](https://github.com/vector-im/element-android/issues/4988))
|
- 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))
|
- 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)
|
Changes in Element v1.3.15 (2022-01-18)
|
||||||
=======================================
|
=======================================
|
||||||
|
|
|
@ -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.
|
|
|
@ -1 +0,0 @@
|
||||||
429 are not automatically retried anymore in case of too long retry delay
|
|
Loading…
Add table
Reference in a new issue