From 4174e2add8c576e451c74a8d0cebc03062f131e1 Mon Sep 17 00:00:00 2001 From: rochdev Date: Fri, 6 Apr 2018 16:47:02 -0400 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 15a7a80..60d612f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,6 +7,20 @@ Unreleased ------------------- +0.14.3 +------------------- + +- Removed the dependency on `lodash` in the API compatibility checks as it was causing errors when the tests were run if `lodash` was not explicitly installed. + + +0.14.2 +------------------- + +- `SpanOptions` is now exported from the library. +- `MockTracer` is now exported from the library. +- The `checkBaggageValues` option has been replaced with `skipBaggageChecks` and the `skipInjectExtractChecks` option has been added in the API compatibility checks. + + 0.14.1 -------------------