LOG4J2-2582 - WebMvcAppContext in the catalog editor was missing a curly brace for the gitUserName variable
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f0138dc..c0a5a9f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -31,6 +31,9 @@
          - "remove" - Removed
     -->
     <release version="1.0.2" date="TBD" description="Release 1.0.2">
+      <action issue="LOG4J2-2582" dev="rgoers" type="fix" due-to="Eugene Chan">
+        WebMvcAppContext in the catalog editor was missing a curly brace for the gitUserName variable.
+      </action>
       <action issue="LOG4J2-2578" dev="rgoers" type="fix" due-to="Andrei Ivanov">
         RequestContextMappings should ignore private and instance fields.
       </action>