diff --git a/CHANGES.rst b/CHANGES.rst index 3dbc42c..5dd80c2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,13 @@ Changes ======= +0.2.1 (to be released) +---------------------- + +* ``aiohttp.client_exceptions.ClientConnectorError`` is now treated as a + network error and retried accordingly. +* Removed the unused ``zyte_api.sync`` module. + 0.2.0 (2022-07-14) ------------------