diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index 6664027b19..a4091a7e3c 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -134,6 +134,8 @@ See 56357 for details.
Incompatible changes
+ - Since 2.13, Aggregate Graph, Summary Report and Aggregate Report now export percentages to %, before they exported the decimal value which differed from what was shown in GUI
+ - Third party plugins may be impacted by fix of 57586, ensure that your subclass of HttpTestSampleGui implements ItemListener if you relied on parent class doing so.