diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 4f9f38a9b..447cb04a6 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -12,7 +12,8 @@

Changes since 3.14.6

POSIX signals

-

Signals are blocked in all but the main thread.

+

Signals are blocked in all but the main thread. Applications/drivers +which require signal delivery to a subthread will need to be modified.

errlog

errlog now calls atexit and releases all resources when process exits.