From 041f65745ee57435da44c8b037a8188cfab6773c Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Fri, 27 May 2022 12:25:20 +0100 Subject: [PATCH] doc: Document !1353 --- doc/changes/auxiliary/mr.1320.md | 3 ++- doc/changes/state_trackers/mr.1353.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 doc/changes/state_trackers/mr.1353.md diff --git a/doc/changes/auxiliary/mr.1320.md b/doc/changes/auxiliary/mr.1320.md index 1b73ca327..edc8181dc 100644 --- a/doc/changes/auxiliary/mr.1320.md +++ b/doc/changes/auxiliary/mr.1320.md @@ -2,8 +2,9 @@ - mr.1320 - mr.1324 - mr.1329 +- mr.1353 --- os: Rename threading functions to more clearly state that it both stops and -waits on the thread. Also add asserts to make sure primitives have ben +waits on the thread. Also add asserts to make sure primitives have been initialized. diff --git a/doc/changes/state_trackers/mr.1353.md b/doc/changes/state_trackers/mr.1353.md new file mode 100644 index 000000000..077f72f63 --- /dev/null +++ b/doc/changes/state_trackers/mr.1353.md @@ -0,0 +1 @@ +st/oxr: Make sure to init session fields as early as possible.