diff --git a/CHANGES.rst b/CHANGES.rst index 3a6c1a02c9..35e18e8a8e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -16,7 +16,7 @@ Bug fixes: - Fixed password reset issue by replacing `username` with `target_user` to correctly authenticate using email. @Hrittik20 (#943) - In Plone 6, uses ``plone.textindexer`` to add block texts to the SearchableText index, instead of ``plone.indexer``. This ensures that behaviors can add fields to SearchableText with ``plone.textindexer``. @wesleybl (#1744) -- Use the ``mode`` parameter instead of ``direction`` when calling the ``scale`` method. Also change value to ``scale`. @wesleybl (#1758) +- Use the ``mode`` parameter instead of ``direction`` when calling the ``scale`` method. Also change value to ``scale``. @wesleybl (#1758) - image_scales in serializer are returned as json_compatible format. @cekk (#1772)