diff --git a/NEWS b/NEWS index bd11ded2..2ba12d59 100644 --- a/NEWS +++ b/NEWS @@ -32,6 +32,8 @@ v0.2 (xxxx-xx-xx) executable. - Fix possible crash in SetThreadName, that could happen if TLS init was delayed until first use of thread local variable. +- Store full thread name if pthreads (with 15 character name limit) are + used. v0.1 (2017-12-18)