updated chnagelog to remove reference to supported MSPs

This commit is contained in:
Rajiv Jain 2017-10-15 18:45:31 -07:00 committed by GitHub
parent b9c70e4ffb
commit d4d1b157a8
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
### [1.1.0] - 2017-10-02
* **Enhancements**
* The SDK now supports TuneIn, Audible, Pandora, SiriusXM, Kindle Books, and Amazon Music.
* Better GStreamer error reporting. MediaPlayer used to only report `MEDIA_ERROR_UNKNOWN`, now reports more specific errors as defined in `ErrorType.h`.
* Codebase has been formatted for easier reading.
* `DirectiveRouter::removeDirectiveHandler()` signature changed and now returns a bool indicating if given handler should be successfully removed or not.