diff --git a/doc/changes/auxiliary/mr.1971.1.md b/doc/changes/auxiliary/mr.1971.1.md index 2729ee7ea..366ebd839 100644 --- a/doc/changes/auxiliary/mr.1971.1.md +++ b/doc/changes/auxiliary/mr.1971.1.md @@ -1,2 +1,7 @@ +--- +- mr.1971 +- mr.1417 +--- + vk: Rename and add more variants of return checking defines, making the define now be all caps so it's easier to see if it effects flow control. diff --git a/doc/changes/compositor/mr.1417.1.md b/doc/changes/compositor/mr.1417.1.md new file mode 100644 index 000000000..5f088efba --- /dev/null +++ b/doc/changes/compositor/mr.1417.1.md @@ -0,0 +1 @@ +util: Completely propagate errors from image creation failures and some tidy. diff --git a/doc/changes/compositor/mr.1417.2.md b/doc/changes/compositor/mr.1417.2.md new file mode 100644 index 000000000..85c6db81a --- /dev/null +++ b/doc/changes/compositor/mr.1417.2.md @@ -0,0 +1,2 @@ +main: Propagate more errors from the renderer frame drawing and helper mirror +functions.