Skip to content

Commit

Permalink
Merge pull request #68 from Gallaecio/release-notes
Browse files Browse the repository at this point in the history
Release notes for 0.13.0
  • Loading branch information
kmike authored Nov 9, 2023
2 parents 82d3a2f + 74cd23b commit d90b44b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,21 @@
Changelog
=========

0.13.0 (unreleased)
===================

* Added ``Auto``-prefixed versions of :ref:`page objects <page-objects>`, such
as :meth:`~zyte_common_items.AutoProductPage`, that return data from Zyte API
automatic extraction from their fields by default, and can be used to more
easily override that data with custom parsing logic.


0.12.0 (2023-10-27)
===================

* Added :meth:`~zyte_common_items.base.ProbabilityMixin.get_probability` helper
method in item classes (e.g. :class:`~zyte_common_items.Product`,
:class:`~zyte_common_items.Article`) and
:class:`~zyte_common_items.Article`) and
:class:`~zyte_common_items.ProbabilityRequest`.


Expand Down

0 comments on commit d90b44b

Please sign in to comment.