changelog.md in sentry-raven-2.10.0 vs changelog.md in sentry-raven-2.11.0

- old
+ new

@@ -1,10 +1,14 @@ +2.11.0 +---- + +* FEATURE: Prepend the transaction around_action so libraries with controllers can alter the value. [@drcapulet, #887] + 2.10.0 ----- * FEATURE: Added support for `SENTRY_ENVIRONMENT` [@mtsmfm, #910] * FEATURE: Added support for `SENTRY_RELEASE` [@coorasse, #911] - 2.9.0 ----- * FEATURE: Added `config.inspect_exception_causes_for_exclusion`. Determines if the exception cause should be inspected for `config.excluded_exceptions` option. [@effron, #872]