aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorsebright <sebright@google.com>2018-09-14 11:34:05 -0700
committerGitHub <noreply@github.com>2018-09-14 11:34:05 -0700
commit93ee8f4e2f716c2d5f3735633e1888546400cfc6 (patch)
treef781dead17dad60c8d4a94abe81f4376b08e56a5 /CHANGELOG.md
parent97a1875a5829de584ecd0d723f0c0bbea3f97319 (diff)
downloadplatform_external_opencensus-java-93ee8f4e2f716c2d5f3735633e1888546400cfc6.tar.gz
platform_external_opencensus-java-93ee8f4e2f716c2d5f3735633e1888546400cfc6.tar.bz2
platform_external_opencensus-java-93ee8f4e2f716c2d5f3735633e1888546400cfc6.zip
Add opencensus-contrib-log-correlation-log4j2 to the list of released artifacts. (#1415)
This commit also updates the changelog.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d2b0e0b0..f633975d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,8 @@
- Add get/from{Byte} methods on TraceOptions and deprecate get/from{Bytes}.
- Add an API to `StackdriverTraceConfiguration` to allow setting a
`TraceServiceStub` instance to be used for export RPC calls.
+- Add an experimental artifact, `opencensus-contrib-log-correlation-log4j2`, for
+ adding tracing data to Log4j 2 LogEvents.
## 0.15.1 - 2018-08-28
- Improve propagation performance by avoiding doing string formatting when calling checkArgument.