diff --git a/Documentation/release/dev/htg-gcg-partitioned.md b/Documentation/release/dev/htg-gcg-partitioned.md
new file mode 100644
index 0000000000000000000000000000000000000000..92c43daa7daf351e217b63d7bff584a6d2457eff
--- /dev/null
+++ b/Documentation/release/dev/htg-gcg-partitioned.md
@@ -0,0 +1,3 @@
+# Support Partitioned Input in HyperTreeGridGhostCellsGenerator
+
+The HTG GhostCellsGenerator now natively supports Partitioned inputs, using the first non null partition found as the HTG to process. Before, partitions were processed one by one, causing issues on multi-partition data.