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.