LOG4J2-2580 - Event.toString() failed with NullPointerException for events without attributes
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c0a5a9f..efcb633 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-2580" dev="rgoers" type="fix" due-to="Andrei Ivanov">
+        Event.toString() failed with NullPointerException for events without attributes.
+      </action>
       <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>