Adding a new limitation entry.

This commit is contained in:
Aurelio Akira Mello Matsui 2018-09-07 17:36:34 -07:00
parent dc9874a9bb
commit 9090ca5671
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@
* Fixed a build error that occurred when building with `BUILD_TESTING=Off`.
**Known Issues**
* If a device is not connected to the Internet at the time that an alarm or reminder is scheduled to sound, the SDK will not play any sound for the alarm or reminder at that scheduled time.
* The `ACL` may encounter issues if audio attachments are received but not consumed.
* `SpeechSynthesizerState` currently uses `GAINING_FOCUS` and `LOSING_FOCUS` as a workaround for handling intermediate state. These states may be removed in a future release.
* The Alexa app doesn't always indicate when a device is successfully connected via Bluetooth.

View File

@ -131,6 +131,7 @@ v1.9.0 released 08/28/2018:
* Fixed a build error that occurred when building with `BUILD_TESTING=Off`.
**Known Issues**
* If a device is not connected to the Internet at the time that an alarm or reminder is scheduled to sound, the SDK will not play any sound for the alarm or reminder at that scheduled time.
* The `ACL` may encounter issues if audio attachments are received but not consumed.
* `SpeechSynthesizerState` currently uses `GAINING_FOCUS` and `LOSING_FOCUS` as a workaround for handling intermediate state. These states may be removed in a future release.
* The Alexa app doesn't always indicate when a device is successfully connected via Bluetooth.