diff --git a/2025R2/dpf-framework-25-r2/changelog/changelog-25-r2.md b/2025R2/dpf-framework-25-r2/changelog/changelog-25-r2.md
index 661ce47a16..f6ad954f0b 100644
--- a/2025R2/dpf-framework-25-r2/changelog/changelog-25-r2.md
+++ b/2025R2/dpf-framework-25-r2/changelog/changelog-25-r2.md
@@ -15,6 +15,7 @@
* [Framework](#changes_framework)
* [HGP](#changes_hgp)
* [MAPDL](#changes_mapdl)
+ * [CFF](#changes_cff)
* [HDF5](#changes_hdf5)
* [Math](#changes_math)
* [Engineering Data](#changes_engineering_data)
@@ -23,6 +24,7 @@
* [Framework](#fixes_framework)
* [HGP](#fixes_hgp)
* [MAPDL](#fixes_mapdl)
+ * [CFF](#fixes_cff)
* [Math](#fixes_math)
* [HDF5](#fixes_hdf5)
* [VTK](#fixes_vtk)
@@ -189,6 +191,14 @@ Changing DataTree's API for getting attributes:
#### Make cyclic operators private
+### CFF
+
+#### Add the Prime plugin as a dependency
+
+
+The XML file for the CFF plugin now targets the Prime plugin as a dependency.
+
+
### HDF5
#### Modifications to import/export dpf objects for hdf5
@@ -444,6 +454,21 @@ Two issues were observed:
#### Fix mapdl run cmd issue "input missing"
+### CFF
+
+#### Mark CFF unsupported elements as Polyhedrons
+
+
+Mark CFF unsupported elements as Polyhedrons. These elements are marked in the CFF file with cell types outside of the CffCellType enum.
+
+
+#### Missing data for CFF ResultInfo
+
+
+Some results were wrong or missing in the CFF result info.
+Using the CFFSDK reader, we now expose available results as consistently as possible.
+
+
### Math
#### Fix matrix-matrix product for symmetrical matrices (extra diagonal terms were divided by 2)