From c8647ffab78bb76212a9cbc3fdc65210098a8aaf Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Sun, 21 Aug 2022 16:00:30 -0500 Subject: [PATCH] Added Release Note --- documentation/RELEASE_NOTES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/documentation/RELEASE_NOTES.md b/documentation/RELEASE_NOTES.md index 363105e87..b5436f6f3 100644 --- a/documentation/RELEASE_NOTES.md +++ b/documentation/RELEASE_NOTES.md @@ -6,6 +6,12 @@ This version of EPICS Base has not been released yet. +### Set thread names on Windows + +On MS Windows, epicsThread names are made available to the OS and debugger +using `SetThreadDescription()` if available as well as using the older +exception mechanism. + ### Fix timers on MS Windows for non-EPICS threads The waitable timer changes in 3.15.9 broke calls to `epicsThreadSleep()` and