---
- **Breaking change**: ``index`` is now a direct attribute of the `Selection`,
rather than a sub-attribute via ``target``. (``Selection.target.index`` has
been deprecated and will be removed in the future.)
- Additional annotations are no longer created when dragging a ``multiple``
cursor.
- Clicking on an annotation also updates the "current" selection for keyboard
motion purposes.
- Disabling a cursor also makes it unresponsive to motion keys.
- Hovering is still active when the pan or zoom buttons are pressed (but not if
there's a pan or zoom currently being selected).
- Annotations are now :class:`~matplotlib.figure.Figure`-level artists, rather
than Axes-level ones (so as to be drawn on top of twinned axes, if present).