diff --git a/changelog/22.0/22.0.0/summary.md b/changelog/22.0/22.0.0/summary.md index ea1038b74d8..cb8372cd60e 100644 --- a/changelog/22.0/22.0.0/summary.md +++ b/changelog/22.0/22.0.0/summary.md @@ -70,6 +70,6 @@ While the flag will continue to accept float values (interpreted as seconds) for ### `--topo_read_concurrency` behaviour changes -The `--topo_read_concurrency` flag was added to all components that access the topology and the provided limit now applied separately for each global or local cell _(default `32`)_. +The `--topo_read_concurrency` flag was added to all components that access the topology and the provided limit is now applied separately for each global or local cell _(default `32`)_. All topology read calls _(`Get`, `GetVersion`, `List` and `ListDir`)_ now respect this per-cell limit. Previous to this version a single limit was applied to all cell calls and it was not respected by many topology calls.