diff --git a/src/current/v23.1/change-data-capture-overview.md b/src/current/v23.1/change-data-capture-overview.md
index 805150724e4..e8fd40dfc8f 100644
--- a/src/current/v23.1/change-data-capture-overview.md
+++ b/src/current/v23.1/change-data-capture-overview.md
@@ -99,7 +99,7 @@ CockroachDB has two implementations of changefeeds:
Message format
Emits every change to a "watched" row as a record to the current SQL session. |
- Emits every change to a "watched" row as a record in a configurable format (JSON, CSV, Avro). |
+ Emits every change to a "watched" row as a record in a configurable format: JSON, CSV, Avro, Parquet (in Preview). |
diff --git a/src/current/v23.2/change-data-capture-overview.md b/src/current/v23.2/change-data-capture-overview.md
index 056861517ea..3c3dd4addb4 100644
--- a/src/current/v23.2/change-data-capture-overview.md
+++ b/src/current/v23.2/change-data-capture-overview.md
@@ -99,7 +99,7 @@ CockroachDB has two implementations of changefeeds:
Message format
Emits every change to a "watched" row as a record to the current SQL session. |
- Emits every change to a "watched" row as a record in a configurable format (JSON, CSV, Avro). |
+ Emits every change to a "watched" row as a record in a configurable format: JSON, CSV, Avro, Parquet. |