aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsebright <sebright@google.com>2018-09-18 11:33:42 -0700
committerGitHub <noreply@github.com>2018-09-18 11:33:42 -0700
commitc78686d8ffb058723ebedda040ca5efd860aefe5 (patch)
tree3baa22e69cd0e73dae02667212462795e51fb2dc
parentc5365c3832860020c895c990e9d89579b11ece85 (diff)
downloadopencensus-java-c78686d8ffb058723ebedda040ca5efd860aefe5.tar.gz
Update changelog for 0.16.1 release. (#1451)
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9a461bb1..70bf2ebe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
## Unreleased
- Add `AttributeValueDouble` to `AttributeValue`.
+
+## 0.16.1 - 2018-09-18
+- Fix ClassCastException in Log4j log correlation
+ ([#1436](https://github.com/census-instrumentation/opencensus-java/issues/1436)).
- Allow users to report metrics for their registered domain (using custom prefix). This could be a
breaking change if you have custom prefix without (registered) domain.
- Add `createWithSender` to `JaegerTraceExporter` to allow use of `HttpSender`