From be43a27b85b8bb6648a4aa756e1e1f45ea146293 Mon Sep 17 00:00:00 2001 From: dacharyc Date: Mon, 20 May 2024 10:30:03 -0400 Subject: [PATCH] Add docs release notes for w/e May 17 --- docs-release-notes.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs-release-notes.md b/docs-release-notes.md index 32dc3599e6..72df640a55 100644 --- a/docs-release-notes.md +++ b/docs-release-notes.md @@ -1,3 +1,18 @@ +# May 17, 2024 + +## C++ SDK + +- Landing Page: Add "Learning Paths" section with links to the C++ quick start, template app, and tutorial. + +## Swift SDK + +- SwiftUI/Handle Sync Errors: New page demonstrating how to set and use a sync error handler in SwiftUI. + +## Other + +- Example Projects: Add the C++ template app to the SDK template app list. +- Internal: Update test suite dependencies to resolve security vulnerability alerts. + # May 10, 2024 ## C++ SDK