aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYang Song <songy23@users.noreply.github.com>2018-09-18 13:45:48 -0700
committerGitHub <noreply@github.com>2018-09-18 13:45:48 -0700
commit0a3fb9761fbc0d31e06a60dcb650c9e9a8d5f5f3 (patch)
tree80c003d66c40bffaa9893d0a210404d6b0bb17d1
parent7859b8cd8c1510ede52035dfa5ff7b29e0d9d2a8 (diff)
downloadopencensus-java-0a3fb9761fbc0d31e06a60dcb650c9e9a8d5f5f3.tar.gz
Update a typo in CHANGELOG. (#1454)
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 70bf2ebe..364d5775 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,13 +1,13 @@
## Unreleased
- Add `AttributeValueDouble` to `AttributeValue`.
+- Add `createWithSender` to `JaegerTraceExporter` to allow use of `HttpSender`
+ with extra configurations
## 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`
- with extra configurations
## 0.16.0 - 2018-09-14
- Add APIs to register gRPC client and server views separately.