diff --git a/doc/changes/auxiliary/mr.1128.md b/doc/changes/auxiliary/mr.1128.md
new file mode 100644
index 000000000..ccdb9c198
--- /dev/null
+++ b/doc/changes/auxiliary/mr.1128.md
@@ -0,0 +1,3 @@
+vk: Refactor and rename various function related to compositor swapchain
+images and their flags, these changes makes it clear it's only used for these
+images and image views.
diff --git a/doc/changes/compositor/mr.1119.md b/doc/changes/compositor/mr.1119.md
index cc0faaac7..50ab26468 100644
--- a/doc/changes/compositor/mr.1119.md
+++ b/doc/changes/compositor/mr.1119.md
@@ -2,6 +2,7 @@
 - mr.1119
 - mr.1124
 - mr.1125
+- mr.1128
 ---
-client: Fix several flags being set wrong on barriers and creation of the swapchain
-images.
+client/util: Fix several flags being set wrong on barriers and creation of the
+swapchain images. We were especially wrong with the depth stencil formats.