Changelog

This commit is contained in:
Benoit Marty 2022-01-10 17:49:47 +01:00
parent 7be01ab7ae
commit 3bdb05f7b4
1 changed files with 1 additions and 0 deletions

1
changelog.d/4895.removal Normal file
View File

@ -0,0 +1 @@
`StateService.sendStateEvent()` now takes a non-nullable String for the parameter `stateKey`. If null was used, just now use an empty string.