====================
Added
-----
* Support for firmware 1.2.0 (``is_sleeping``, ``sleep``, and ``wakeup`` methods on ``Table``)
* Change notifications, including when changes are made from another app (``add_listener`` and ``remove_listener`` methods on ``Table``)
Changed
-------
* ``Table.close`` must now be called when the ``Table`` is no longer needed, either directly or via ``async with``
Removed
-------
* ``Playlist.get_track_by_index`` (doesn't make sense; ``get_tracks`` already returns the tracks in sorted order)