diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index a50c192a0..808c41442 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -587,7 +587,7 @@ SPDX-FileCopyrightText: 2020 Collabora, Ltd. and the Monado contributors copies the FDs to the client. ([!359](https://gitlab.freedesktop.org/monado/monado/merge_requests/359)) - client: When we give a image fd to the either OpenGL or Vulkan it is consumed - and can not be rused. So make sure that it is set to an invalid fd value on the + and cannot be reused. So make sure that it is set to an invalid fd value on the `xrt_image_fd` on the owning `xrt_swapchain_fd`. ([!359](https://gitlab.freedesktop.org/monado/monado/merge_requests/359)) - main: We were alpha blending all layers previously, but now we support the diff --git a/doc/changes/xrt/mr.768.md b/doc/changes/xrt/mr.768.md index 7e2ba3dfe..5a1c02ca7 100644 --- a/doc/changes/xrt/mr.768.md +++ b/doc/changes/xrt/mr.768.md @@ -1,2 +1,2 @@ Add new IPC session not created error `XRT_ERROR_IPC_SESSION_NOT_CREATED`, as -some functions can not be called without first creating a session. +some functions cannot be called without first creating a session.