diff --git a/CHANGES.rst b/CHANGES.rst index 350da43d..6a74b8f7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,29 @@ Changes ======= +0.10.0 (YYYY-MM-DD) +------------------- + +* Added more data types to the scrapy-poet provider: + + * ``zyte_common_items.ProductList`` + * ``zyte_common_items.ProductNavigation`` + * ``zyte_common_items.Article`` + * ``zyte_common_items.ArticleList`` + * ``zyte_common_items.ArticleNavigation`` + +* Moved the new dependencies added in 0.9.0 and needed only for the scrapy-poet + provider (``scrapy-poet``, ``web-poet``, ``zyte-common-items``) into the new + optional feature ``[provider]``. + +* Improved result caching in the scrapy-poet provider. + +* Fixed getting the Scrapy Cloud job ID. + +* Improved the documentation. + +* Improved the CI configuration. + 0.9.0 (2023-06-13) ------------------