From 9c41119ad35e25b1067fa3fa7587b2670a8ad1c3 Mon Sep 17 00:00:00 2001 From: Wojtek Trocki Date: Wed, 31 Jul 2019 12:13:43 +0100 Subject: [PATCH] chore: Typo in release notes --- docs/ref-release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref-release-notes.md b/docs/ref-release-notes.md index 76d0c5582..1e2e2d9a9 100644 --- a/docs/ref-release-notes.md +++ b/docs/ref-release-notes.md @@ -7,7 +7,7 @@ Offline operations will now cache update functional and automatically apply optimistic response `OffixClientConfig.mutationCacheUpdates` is still required to see optimistic responses after application restart. -#### watchOfflineChange returns result now +#### watchOfflineChange returns mutation result We have discovered bug where `watchOfflineChange` method from `OfflineError` was missing mutation results. This is now fixed so your UI can instantly watch for offline chances and render when succeeded.