This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-kotlin.git


The following commit(s) were added to refs/heads/main by this push:
     new bbd2cd7  Add missing issue link to the changelog entry (#65)
bbd2cd7 is described below

commit bbd2cd7ea0e4754ab14de657cd0ef3c015f018c9
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Sun Jul 7 19:33:25 2024 +0200

    Add missing issue link to the changelog entry (#65)
---
 src/changelog/.1.x.x/add-coroutine-context-convenience-functions.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/src/changelog/.1.x.x/add-coroutine-context-convenience-functions.xml 
b/src/changelog/.1.x.x/add-coroutine-context-convenience-functions.xml
index 2f175de..6a1be24 100644
--- a/src/changelog/.1.x.x/add-coroutine-context-convenience-functions.xml
+++ b/src/changelog/.1.x.x/add-coroutine-context-convenience-functions.xml
@@ -3,5 +3,6 @@
        xmlns="https://logging.apache.org/xml/ns";
        xsi:schemaLocation="https://logging.apache.org/xml/ns 
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd";
        type="added">
+  <issue id="65" 
link="https://github.com/apache/logging-log4j-kotlin/pull/65"/>
   <description format="asciidoc">Add convenience functions for managing 
logging context in coroutines</description>
 </entry>

Reply via email to