Skip to content

Commit 0a5658d

Browse files
docs: correct migration.md wording — completion path is internalized, not obsolete
1 parent 61bce8e commit 0a5658d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ This applies to:
269269
| `schemaToJson(schema)` | `standardSchemaToJsonSchema(schema)` |
270270
| `parseSchemaAsync(schema, data)` | `validateStandardSchema(schema, data)` |
271271
| `SchemaInput<T>` | `StandardSchemaWithJSON.InferInput<T>` |
272-
| `getSchemaShape`, `getSchemaDescription`, `isOptionalSchema`, `unwrapOptionalSchema` | No replacement — these were Zod introspection helpers for the now-obsolete completion path |
272+
| `getSchemaShape`, `getSchemaDescription`, `isOptionalSchema`, `unwrapOptionalSchema` | No replacement — these are now internal Zod introspection helpers |
273273

274274
### Host header validation moved
275275

0 commit comments

Comments
 (0)