--- v1
+++ v2
@@ -1,7 +1,8 @@
From: Jeff Hostetler <jeffhost@microsoft.com>
-Teach the Trace2 event target to allow the thread-name field to
-be specified rather than always inherited from the TLS CTX.
+Teach the message formatter in the Trace2 event target to take an
+optional thread-name argument. This overrides the thread name
+inherited from the thread local storage data.
This will be used in a future commit for global events that should
not be tied to a particular thread, such as a global stopwatch timer