···760760 - main: Delay the destruction of swapchains until a time where it is safe, this
761761 allows swapchains to be destroyed from other threads.
762762 ([!278](https://gitlab.freedesktop.org/monado/monado/merge_requests/278))
763763- - client: Propegate the supported formats from the real compositor to the client
763763+ - client: Propagate the supported formats from the real compositor to the client
764764 ones. ([!282](https://gitlab.freedesktop.org/monado/monado/merge_requests/282))
765765 - renderer: Change the idle images colour from bright white to grey.
766766 ([!282](https://gitlab.freedesktop.org/monado/monado/merge_requests/282))
+1-1
doc/changes/misc_features/mr.2094.md
···11t/cli: Add new `info` command that prints information about the system, this is
22-for end-user reports of failurs to start `monado-service`.
22+for end-user reports of failures to start `monado-service`.
+1-1
doc/changes/xrt/mr.697.md
···11Added frame timing code that when the underlying vulkan driver supports the
22-VK_GOOGLE_display_timing extension greatly improves the timing accerecy of the
22+VK_GOOGLE_display_timing extension greatly improves the timing accuracy of the
33compositor. Along with this tracing code was added to better help use understand
44what was happening during a frame.