@@ -22,28 +22,28 @@ This release includes the following breaking changes:
2222
2323The `Core.MSearchTemplate.RequestItem` type has been renamed to
2424`Core.MSearchTemplate.SearchTemplateRequestItem`. It no longer derives from the
25- `Union<T1, T2>` type. It has been manually designed to support serialisation to
25+ `Union<T1, T2>` type. It has been manually designed to support serialization to
2626NDJSON, as required by the MSearchTemplate endpoint.
2727
2828The `MultiSearchTemplateRequest.SearchTemplates` property has been updated to
2929use this newly defined type.
3030
3131This breaking change has been included in this patch release due to the
32- original code-generated type not functioning correctly and therefore we have
32+ original code-generated type functioning incorrectly, and therefore, we have
3333determined that this should ship ASAP.
3434
3535[discrete]
3636==== MultiSearch type changes
3737
3838The `Core.MSearch.SearchRequestItem` type has been sealed for consistency with
39- the design choices in the rest of the client. While technically breaking, we
40- have decided that this should be included in this release before any potential
39+ the design choices of the rest of the client. While technically breaking, we
40+ have decided that this should be included in this release before any potentially
4141derived types may exist in consuming applications.
4242
4343[discrete]
4444==== Sealing union types
4545
46- Code-generated types derived from `Union<T1, T2>` where incorrectly unsealed.
46+ Code-generated types derived from `Union<T1, T2>` were incorrectly unsealed.
4747While technically breaking, we have decided that these should be sealed in this
4848patch release before any potential derived types may exist in consuming
4949applications. Sealing types by default aligns with our broader design choices
0 commit comments