From b6cec9b94ad3973854c35c33990f3d86e4915886 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Tue, 18 Jul 2023 11:47:09 +0100 Subject: [PATCH] doc: Document !1907 --- doc/changes/auxiliary/mr.1907.md | 1 + doc/changes/xrt/mr.1907.md | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 doc/changes/auxiliary/mr.1907.md create mode 100644 doc/changes/xrt/mr.1907.md diff --git a/doc/changes/auxiliary/mr.1907.md b/doc/changes/auxiliary/mr.1907.md new file mode 100644 index 000000000..5424b9750 --- /dev/null +++ b/doc/changes/auxiliary/mr.1907.md @@ -0,0 +1 @@ +android: Tidy code and add warning on not getting refresh rate. diff --git a/doc/changes/xrt/mr.1907.md b/doc/changes/xrt/mr.1907.md new file mode 100644 index 000000000..ab7c7f244 --- /dev/null +++ b/doc/changes/xrt/mr.1907.md @@ -0,0 +1,2 @@ +Add trailing commas to all enums, reduces the size of any future changes to +those enums.