From 192570ede64f532154dcf914ae21854c6e7a9b1c Mon Sep 17 00:00:00 2001 From: Pravin Barton <9560941+isc-pbarton@users.noreply.github.com> Date: Mon, 2 Jun 2025 16:16:59 -0400 Subject: [PATCH] chore: changelog for fixes in #782 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98c16142..f05a05b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed loop of loading classes with compilation errors in Studio (#766) - Fixed error popup when creating new record map or other interop items (#753) - Changing remotes in the git project settings pages now works if remote is not already defined (#746) +- User-specific basic mode setting can now be changed when settingsUIReadOnly is set (#775) +- Fixed an error displaying the Web UI after reverting a commit (#776) ## [2.11.0] - 2025-04-23