diff --git a/content/en/docs/releasenotes/studio-pro/10/10.24.md b/content/en/docs/releasenotes/studio-pro/10/10.24.md index 47ba13f4d52..f8f8506e194 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.24.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.24.md @@ -34,6 +34,7 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for - We fixed an issue with the client where passing an empty string as a parameter to an on change microflow triggered an error. (Ticket 276118, 278248) - We fixed an issue in offline apps where passing a Non-Persistent Entity (NPE) as a parameter to a server action would fail with `"Object hash is invalid!"` after a transparent session restore (for example, when a session expired and was automatically renewed in the background). The read-only hash key used to sign and verify NPE object hashes is now preserved across session restores via the auth token, and is only replaced on explicit logout. (Ticket 276642) - We fixed an issue where Studio Pro crashed when pasting content from the clipboard while another application was also accessing the clipboard. (Ticket 278333) +- We fixed an issue where an app could crash on startup when a different user logged in after a previous session, due to a discrepancy between the offline database and session in some scenarios. (Ticket 280943) - We fixed a race condition where the value setter for some widgets, for example ListView, would execute on a `destroyed` value store. This would cause a crash when opening pages with ListView. (Ticket 280988) - We fixed SQLite Error 5, specifically the `database is locked` error. - We fixed an issue where commit notes and metadata were empty after a rebase when there were no MPR changes and no conflicts detected by Git.