==================
- 1: Fix documentation to reflect the actual behaviour of the underlying
API
- Raise :exc:`~exceptions.TypeError` if :class:`udev.Device` are compared with
``>``, ``>=``, ``<`` or ``<=``.
- Add :meth:`udev.Enumerator.match_children`.
- Add :attr:`udev.Device.children`.
- Add :meth:`qudev.QUDevMonitorObserver.deviceChanged`.
- Add :meth:`qudev.QUDevMonitorObserver.deviceMoved`.