LOG4J2-2824 - Implement requiresLocation in GelfLayout to reflect whether location information is used in the message Pattern.
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 10a6a6e..c7db1cd 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -30,6 +30,9 @@
          - "remove" - Removed
     -->
     <release version="2.13.2" date="2020-MM-DD" description="GA Release 2.13.2">
+      <action issue="LOG4J2-2824" dev="rgoers" type="fix" due-to="CrazyBills">
+        Implement requiresLocation in GelfLayout to reflect whether location information is used in the message Pattern.
+      </action>
       <action issue="LOG4J2-2588" dev="rgoers" type="fix">
         Add option to restore printing timeMillis in the JsonLayout.
       </action>