# Wagtail 7.0.1 release notes _June 12, 2025_ ```{contents} --- local: depth: 1 --- ``` ## What's new ### Bug fixes * Fix type hints for `register_filter_adapter_class` parameters (Sébastien Corbin) * Use correct URL when redirecting back to the listing after filtering and deleting form submissions (Sage Abdullah) * Fix broken migration when ListBlock is defined with a `child_block` kwarg (Matt Westcott) * Fix saving of empty values in EmbedBlock (Matt Westcott) * Sanitize request data when logging method not allowed (Jake Howard) ### Documentation * Use tuple instead of set in `UniqueConstraint` examples for a custom rendition model to avoid spurious migrations (Alec Baron) * Document how to [turn off StreamField block previews](turning_off_block_previews) (Shlomo Markowitz) ### Maintenance * Use `utf8mb4` charset and collation for MySQL test database (Sage Abdullah)