diff --git a/site/src/routes/guides/release-notes/+page.svx b/site/src/routes/guides/release-notes/+page.svx index 607e54f9c..89ebfbfd3 100644 --- a/site/src/routes/guides/release-notes/+page.svx +++ b/site/src/routes/guides/release-notes/+page.svx @@ -206,6 +206,29 @@ need to pass a new config to your client: +### Mutation return value changed + +Because of the change in Houdini's default error handling, mutations were brought +in line with query behavior and return the full query result with `data`, `errors`, +etc. + +```diff:title=src/components/AddFriend.svelte + +``` + ### Grouped `apiUrl`, `schemaPollHeaders`, and `schemaPollInterval` together In order to clarify the difference between the `apiUrl` config value and the