LOG4J2-2578 - RequestContextMappings should ignore private and instance fields
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1374b8f..f0138dc 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-2578" dev="rgoers" type="fix" due-to="Andrei Ivanov">
+        RequestContextMappings should ignore private and instance fields.
+      </action>
       <action issue="LOG4J2-2521" dev="mattsicker" type="update" due-to="sullis">
         Update maven-compiler-plugin to 3.8.0.
       </action>