- **bug**: don't break if no plugins exist in the namespace you are trying to load from.
1.2.0
-------------------
- **feature**: include autoloading from additional "private" namespace of ``minchin.pelican.readers``.
1.1.0
-------------------
- **feature**: allow autoloading of specificed plugins to be skipped via ``AUTOLOADER_PLUGIN_BLACKLIST`` variable (on Pelican 4.5+ only). - **bug**: don't try and initialize ``pelican.plugins._utils`` or ``pelican.plugins.signals``
1.0.3
------------------
- **support**: update to ``minchin.releaser`` 0.8.2, and thus officially support Python 3.10.
1.0.2
------------------
- **feature**: original implementation - **support**: first release to PyPI under `minchin.pelican.plugins.autoloader`_