aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBogdan Drutu <bdrutu@google.com>2018-08-27 15:40:12 -0700
committerGitHub <noreply@github.com>2018-08-27 15:40:12 -0700
commit8901e4eb583785efaa2c3adea882d850662d93fc (patch)
tree313ebea77d5fabad42082dd059acd0f418a03242 /CHANGELOG.md
parent217a1e86dd1082296b7278253f5f51633191fb06 (diff)
downloadopencensus-java-8901e4eb583785efaa2c3adea882d850662d93fc.tar.gz
Add get/from{Byte} methods on TraceOptions and deprecate get/from{Bytes}. (#1392)
* Add get/from{Byte} methods on TraceOptions and deprecate get/from{Bytes}. * Update changelog.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6c3eb395..96cbd194 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@
- Allow custom prefix for Stackdriver metrics in `StackdriverStatsConfiguration`.
- Add support to handle the Tracestate in the SpanContext.
- Remove global synchronization from the get current stats state.
+- Add get/from{Byte} methods on TraceOptions and deprecate get/from{Bytes}.
## 0.15.0 - 2018-06-20
- Expose the factory methods of MonitoredResource.