diff --git a/releases/release-7.0.0.md b/releases/release-7.0.0.md index 82d519f4f8ff7..547f363bb5a57 100644 --- a/releases/release-7.0.0.md +++ b/releases/release-7.0.0.md @@ -274,7 +274,7 @@ In v7.0.0-DMR, the key new features and improvements are as follows: Starting from v6.6.0, TiDB Lightning supports compressing locally encoded and sorted key-value pairs for network transfer when sending them to TiKV, thus reducing the amount of data transferred over the network and lowering the network bandwidth overhead. In the earlier TiDB versions before this feature is supported, TiDB Lightning requires relatively high network bandwidth and incurs high traffic charges in case of large data volumes. - In v7.7.0, this feature becomes GA and is disabled by default. To enable it, you can set the `compress-kv-pairs` configuration item of TiDB Lightning to `"gzip"` or `"gz"`. + In v7.0.0, this feature becomes GA and is disabled by default. To enable it, you can set the `compress-kv-pairs` configuration item of TiDB Lightning to `"gzip"` or `"gz"`. For more information, see [documentation](/tidb-lightning/tidb-lightning-configuration.md#tidb-lightning-task).