The current wording in the 7.0.5 changelog links to a comment in a seemingly unrelated comment; the actual change has been done in #3525299 so aa link to that issue should be available as well as a link to the commit in question, https://git.drupalcode.org/project/linkit/-/commit/b61f2dcd095a4c0d5a120... .
I would suggest the following wording instead:
Warning: This release of Linkit inadvertently included changes that could cause compatibility issues for developers who have created custom implementations of Linkit Matchers. In this release, Linkit changed the dependency injection for the Matcher classes in #3525299; custom Matchers which have defined their own create/construct methods will likely need to refactor their dependency injection based on the new inherited injection. See the change in https://git.drupalcode.org/project/linkit/-/commit/b61f2dcd095a4c0d5a120... and the original bug report at https://www.drupal.org/project/linkit/issues/3531500#comment-16324399.
Comments
Comment #2
mark_fullmerThanks. Adopted!