commit to close the correct PR - closes #42

Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/7919e655
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/7919e655
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/7919e655

Branch: refs/heads/master
Commit: 7919e655c41915ac3aa957d698e6d96c9c746a11
Parents: 96f5646
Author: Stefan Bodewig <bode...@apache.org>
Authored: Fri Mar 3 22:00:31 2017 +0000
Committer: Stefan Bodewig <bode...@apache.org>
Committed: Fri Mar 3 22:00:31 2017 +0000

----------------------------------------------------------------------
 src/site/xdoc/release/manual/contexts.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/7919e655/src/site/xdoc/release/manual/contexts.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/release/manual/contexts.xml 
b/src/site/xdoc/release/manual/contexts.xml
index c1ae4b3..a026bf6 100644
--- a/src/site/xdoc/release/manual/contexts.xml
+++ b/src/site/xdoc/release/manual/contexts.xml
@@ -78,7 +78,11 @@ limitations under the License.
                             <td>
                                 The logical thread context is visible to a 
logical thread. Logical
                                 threads can jump from one managed thread to 
another. For more details
-                                see the .NET API <span 
class="code">System.Runtime.Remoting.Messaging.CallContext</span>.
+                                see the .NET API <span
+                                
class="code">System.Runtime.Remoting.Messaging.CallContext</span>.<br></br>
+                                For .NET Standard this uses <span
+                                class="code">AsyncLocal</span> rather
+                                than <span class="code">CallContext</span>.
                             </td>
                         </tr>
                         <tr align="left">

Reply via email to