# Wagtail 5.2.8 release notes _February 3, 2025_ ```{contents} --- local: depth: 1 --- ``` ## What's new ### Bug fixes * Prevent database error when calling permission_order.register on app ready (Daniel Kirkham, Matt Westcott) * Handle StreamField migrations where the field value is null (Joshua Munn) * Prevent `StreamChildrenToListBlockOperation` from duplicating data across multiple StreamField instances (Joshua Munn) * Prevent error on lazily loading StreamField blocks after the stream has been modified (Stefan Hammer) * Prevent syntax error on MySQL search when query includes symbols (Matt Westcott)