From 65a67afb103aa394b5353afe1e83556f469b7ac2 Mon Sep 17 00:00:00 2001
From: git <tdnorbra@nps.edu>
Date: Sat, 14 Sep 2024 20:21:42 -0700
Subject: [PATCH] [Terry N.]     (Critical)     Removed source for unnecessary
 compilation and file checking when pointing     to an assembly file in
 another project space which caused UI hang when     opening a large set of
 EGs allowing for a big performance increase during     start up

---
 viskit/RELEASE_NOTES | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/viskit/RELEASE_NOTES b/viskit/RELEASE_NOTES
index 3f006be3a7..d0519344fe 100644
--- a/viskit/RELEASE_NOTES
+++ b/viskit/RELEASE_NOTES
@@ -65,8 +65,10 @@ Post release fixes / upgrades / issues:
 
   ****** FIXES / UPGRADES:
     (Critical)
-    Removed source for unnecessary compilation and file checking during startup
-    which caused gross collision errors when opening a large set of EGs.
+    Removed source for unnecessary compilation and file checking when pointing
+    to an assembly file in another project space which caused UI hang when
+    opening a large set of EGs allowing for a big performance increase during
+    start up
 
     Fix CMD Q for macOS. Will perform Exit cleanups
 
-- 
GitLab