diff --git a/release-notes/version-6/sdk-changelog.mdx b/release-notes/version-6/sdk-changelog.mdx
index e0296c04..2c7a5d8a 100644
--- a/release-notes/version-6/sdk-changelog.mdx
+++ b/release-notes/version-6/sdk-changelog.mdx
@@ -10,6 +10,18 @@ description: Release Notes of changes added to the core Velt SDK
- `@veltdev/sdk`
- `@veltdev/types`
+
+
+### New Features
+
+- [**Suggestions**]: V2 comment annotations now persist a caller-supplied `suggestion` payload on the add and update paths. Supported fields include `targetId`, `targetType`, `oldValue`, `newValue`, `summary`, `driftDetected`, plus arbitrary custom fields. `status` remains server-owned and defaults to `pending` at create. [Learn more →](/async-collaboration/suggestions/overview)
+
+### Bug Fixes
+
+- [**Suggestions**]: [`acceptSuggestion()`](/api-reference/sdk/api/api-methods#acceptsuggestion) now preserves the full `suggestion` payload — including `targetId`, `oldValue`, `newValue`, `driftDetected`, and custom fields — and only flips `suggestion.status` to `accepted`.
+
+
+
### New Features