LOG4J2-2429 - Setting the exceptionHandler on the AuditEvent sets it as a ThreadContext variable
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ede29af..513bc9f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -31,6 +31,9 @@
          - "remove" - Removed
     -->
     <release version="1.0.1" date="YYYY-MM-DD" description="Release 1.0.1">
+      <action issue="LOG4J2-2429" dev="rgoers" type="fix" due-to="Andrei Ivanov">
+        Setting the exceptionHandler on the AuditEvent sets it as a ThreadContext variable.
+      </action>
       <action issue="LOG4J2-2421" dev="rgoers" type="fix" due-to="Andrei Ivanov">
         Add verbose parameter to the Log4j audit Maven plugin.
       </action>