diff options
| author | savaki <matt.ho@gmail.com> | 2018-07-18 08:57:07 -0700 |
|---|---|---|
| committer | savaki <matt.ho@gmail.com> | 2018-07-21 07:44:40 -0700 |
| commit | 73c37dfc5ba28131c50d266b532877911bf0edea (patch) | |
| tree | 177c6623b45ad7cc53e92985f165c9a520297d95 /CHANGELOG.md | |
| parent | 3dcabd02cf06b303d7e109608974a635f61fd6c8 (diff) | |
| download | platform_external_opencensus-java-73c37dfc5ba28131c50d266b532877911bf0edea.tar.gz platform_external_opencensus-java-73c37dfc5ba28131c50d266b532877911bf0edea.tar.bz2 platform_external_opencensus-java-73c37dfc5ba28131c50d266b532877911bf0edea.zip | |
switched error to exception for consistency with tools like zipkin
wrapped calls to @Traced with a backtick where possible
updated test expectations
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 47f62268..accf48be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ - Add an artifact `opencensus-contrib-exemplar-util` that has helper utilities on recording exemplars. - Reduce the default limit on `Link`s per `Span` to 32 (was 128 before). -- Add Spring support for @Traced annotation and java.sql.PreparedStatements +- Add Spring support for `@Traced` annotation and java.sql.PreparedStatements tracing ## 0.15.0 - 2018-06-20 |
