Skip to content

Commit bcb73a4

Browse files
committed
Clarify CHANGELOG, closes #14844
1 parent 613f631 commit bcb73a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ This work was performed by [Jonatan Männchen](https://maennchen.dev) and sponso
357357
* [mix format] Ensure the formatter does not go over the specified limit in certain corner cases
358358
* [mix release] Fix `RELEASE_SYS_CONFIG` for Windows 11
359359
* [mix test] Ensure modules are preloaded in `mix test --slowest-modules=N`
360-
* [mix xref graph] Provide more consistent output by considering strong connected components only when computing graphs
360+
* [mix xref graph] Provide more consistent output by considering strong connected components when computing graphs. This means that, if you were using `mix xref graph --format cycles`, you will now get fewer but larger cycles, as cycle between `A` and `B` and another between `A` and `C` is now considered a single cycle between `A`, `B`, and `C`. Note the cycles themselves are not problematic, unless they have compile-time dependencies in them
361361

362362
### 3. Soft deprecations (no warnings emitted)
363363

0 commit comments

Comments
 (0)