From 3e429ac2ec905f3a81c8312562bbd7ddb2dd3dc9 Mon Sep 17 00:00:00 2001 From: Hood Chatham Date: Wed, 2 Jul 2025 11:49:57 +0200 Subject: [PATCH] DOCS: Fix version for "default structure hook fallback factory" migration The change was moved to version 25.1.0 from version 24.2.0 in #618 but the migration entry was not updated accordingly. --- docs/migrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migrations.md b/docs/migrations.md index c43ee72c..1cbb66f3 100644 --- a/docs/migrations.md +++ b/docs/migrations.md @@ -17,7 +17,7 @@ The old behavior can be restored by registering the `list_structure_factory` usi >>> converter.register_structure_hook_factory(is_sequence, list_structure_factory) ``` -## 24.2.0 +## 25.1.0 ### The default structure hook fallback factory