Frontmatter
| id | 8919 |
| title | Refine v11.24.0 Release Notes to clarify VDOM determinism |
| state | Closed |
| labels | documentationai |
| assignees | [] |
| createdAt | Jan 31, 2026, 2:34 PM |
| updatedAt | Jan 31, 2026, 2:38 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8919 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 31, 2026, 2:38 PM |
Update the release notes to accurately attribute the stability improvements to "stable node identity" and "input consistency" rather than implying the diffing engine itself was previously non-deterministic.
Change: "The App Worker is now the Source of Truth. The VDOM Worker receives a fully identified tree, making the existing diffing engine deterministic even during complex structural shifts"
To: "The App Worker is now the Source of Truth. The VDOM Worker receives a fully identified tree, ensuring stable identity during complex structural shifts and eliminating race conditions in the update cycle."