diff --git a/docs/source/release/v3.13.0/framework.rst b/docs/source/release/v3.13.0/framework.rst
index 89615c6d35261d2aed07bc4f826ef7c78cddfc20..74f1c9879b0bddcf8349569233b9e5517df3f61a 100644
--- a/docs/source/release/v3.13.0/framework.rst
+++ b/docs/source/release/v3.13.0/framework.rst
@@ -9,4 +9,13 @@ Framework Changes
     putting new features at the top of the section, followed by
     improvements, followed by bug fixes.
 
-:ref:`Release 3.13.0 <v3.13.0>`
+
+Algorithms
+----------
+
+Improved
+########
+- :ref:`Maxent <algm-Maxent>` when outputting the results of the iterations, it no longer pads with zeroes but
+  returns as many items as iterations done for each spectrum, making the iterations easy to count.
+
+:ref:`Release 3.13.0 <v3.13.0>`
\ No newline at end of file