diff --git a/doc/changes/compositor/mr.1570.md b/doc/changes/compositor/mr.1570.md new file mode 100644 index 000000000..369c4b267 --- /dev/null +++ b/doc/changes/compositor/mr.1570.md @@ -0,0 +1,4 @@ +main: Introduce `comp_target_factory` this struct allows use to remove long and +clumbersome switch statements for each type. Instead the code is generic and +tweaks for specific target types can be reused for others more easily with this +data driven design of the code.