diff options
| author | Bogdan Drutu <bdrutu@google.com> | 2018-08-27 15:40:12 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-27 15:40:12 -0700 |
| commit | 8901e4eb583785efaa2c3adea882d850662d93fc (patch) | |
| tree | 313ebea77d5fabad42082dd059acd0f418a03242 /CHANGELOG.md | |
| parent | 217a1e86dd1082296b7278253f5f51633191fb06 (diff) | |
| download | platform_external_opencensus-java-8901e4eb583785efaa2c3adea882d850662d93fc.tar.gz platform_external_opencensus-java-8901e4eb583785efaa2c3adea882d850662d93fc.tar.bz2 platform_external_opencensus-java-8901e4eb583785efaa2c3adea882d850662d93fc.zip | |
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.md | 1 |
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. |
