diff --git a/doc/changes/compositor/mr.721.md b/doc/changes/compositor/mr.721.md index 73a194938..d5e50e7dc 100644 --- a/doc/changes/compositor/mr.721.md +++ b/doc/changes/compositor/mr.721.md @@ -1,4 +1,5 @@ --- +- mr.754 - mr.759 --- multi: Introduce a new multi client compositor layer, this allows rendering code diff --git a/doc/changes/ipc/mr.721.md b/doc/changes/ipc/mr.721.md new file mode 100644 index 000000000..78c297452 --- /dev/null +++ b/doc/changes/ipc/mr.721.md @@ -0,0 +1,5 @@ +--- +- mr.754 +--- +Now that there is a interface that allows the compositor to support +multi-client rendering use that instead of doing our own rendering.