- New error handling mechanism, with `_enrichment_errors` table and `log_error()` method. [7](https://github.com/datasette/datasette-enrichments/issues/7)
- Fix for bug where enrichments could not run against tables with `slashes/in/their/names`. [14](https://github.com/datasette/datasette-enrichments/issues/14)
- Neater pattern for writing tests for new enrichment plugins using the new `wait_for_job()` utility function. [27](https://github.com/datasette/datasette-enrichments/issues/27)