-------------------
``0.2.16`` was released with an error and this is a hotfix.
Added
^^^^^
* Added CR2 file testing to GitHub Actions. (125, 205)
* A ``wait_for_events`` generic utility, mostly pulled from POCS. (92, 206)
* Supports single ``callback`` that can be used for interrupting, custom logging, etc. (208)
Changed
^^^^^^^
* Remove the ``validate_collection`` requirement from the database types, making any collection is now valid. (204)
* Rearrange some of the ``panoptes.utils.database`` modules. (204)
Removed
^^^^^^^
* Remove ``error.InvalidCollection``. (204)
* Unused items in ``conftest.py``. (204)